Module: Aws::S3::Client::_CreateSessionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSessionOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bucket_key_enabled ⇒ Boolean
- #credentials ⇒ Types::SessionCredentials
- #server_side_encryption ⇒ "AES256", ...
- #ssekms_encryption_context ⇒ ::String
- #ssekms_key_id ⇒ ::String
Instance Method Details
#bucket_key_enabled ⇒ Boolean
389 |
# File 'sig/client.rbs', line 389
def bucket_key_enabled: () -> bool
|
#credentials ⇒ Types::SessionCredentials
390 |
# File 'sig/client.rbs', line 390
def credentials: () -> Types::SessionCredentials
|
#server_side_encryption ⇒ "AES256", ...
386 |
# File 'sig/client.rbs', line 386
def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
|
#ssekms_encryption_context ⇒ ::String
388 |
# File 'sig/client.rbs', line 388
def ssekms_encryption_context: () -> ::String
|
#ssekms_key_id ⇒ ::String
387 |
# File 'sig/client.rbs', line 387
def ssekms_key_id: () -> ::String
|