Class: Aws::Types::CreateSessionOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSessionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
-
#credentials ⇒ Types::SessionCredentials
Returns the value of attribute credentials.
-
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
-
#ssekms_encryption_context ⇒ ::String
Returns the value of attribute ssekms_encryption_context.
-
#ssekms_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
Instance Attribute Details
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
511 512 513 |
# File 'sig/types.rbs', line 511 def bucket_key_enabled @bucket_key_enabled end |
#credentials ⇒ Types::SessionCredentials
Returns the value of attribute credentials.
512 513 514 |
# File 'sig/types.rbs', line 512 def credentials @credentials end |
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
508 509 510 |
# File 'sig/types.rbs', line 508 def server_side_encryption @server_side_encryption end |
#ssekms_encryption_context ⇒ ::String
Returns the value of attribute ssekms_encryption_context.
510 511 512 |
# File 'sig/types.rbs', line 510 def ssekms_encryption_context @ssekms_encryption_context end |
#ssekms_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
509 510 511 |
# File 'sig/types.rbs', line 509 def ssekms_key_id @ssekms_key_id end |