toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
panorama
/
aws.sdk.kotlin.services.panorama.model
/
OutPutS3Location
Out
Put
S3Location
class
OutPutS3Location
The location of an output object in Amazon S3.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
bucket
Name
Link copied to clipboard
val
bucketName
:
String
The object's bucket.
object
Key
Link copied to clipboard
val
objectKey
:
String
The object's key.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
OutPutS3Location.Builder
.
(
)
->
Unit
=
{}
)
:
OutPutS3Location
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