AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
s3control
/
aws.sdk.kotlin.services.s3control.model
/
S3GranteeTypeIdentifier
S3Grantee
Type
Identifier
sealed
class
S3GranteeTypeIdentifier
Inheritors
Canonical
EmailAddress
Group
SdkUnknown
Members
Types
Canonical
Link copied to clipboard
object
Canonical
:
S3GranteeTypeIdentifier
Companion
Link copied to clipboard
object
Companion
Email
Address
Link copied to clipboard
object
EmailAddress
:
S3GranteeTypeIdentifier
Group
Link copied to clipboard
object
Group
:
S3GranteeTypeIdentifier
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
S3GranteeTypeIdentifier
Properties
value
Link copied to clipboard
abstract
val
value
:
String