AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iot
/
aws.sdk.kotlin.services.iot.model
/
S3Location
S3Location
class
S3Location
The S3 location.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
bucket
Link copied to clipboard
val
bucket
:
String
?
The S3 bucket.
key
Link copied to clipboard
val
key
:
String
?
The S3 key.
version
Link copied to clipboard
val
version
:
String
?
The S3 bucket version.
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