toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
appstream
/
aws.sdk.kotlin.services.appstream.model
/
S3Location
S3Location
class
S3Location
Describes the S3 location.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
s3Bucket
Link copied to clipboard
val
s3Bucket
:
String
?
The S3 bucket of the S3 object.
s3Key
Link copied to clipboard
val
s3Key
:
String
?
The S3 key of the S3 object.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
S3Location.Builder
.
(
)
->
Unit
=
{}
)
:
S3Location
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String