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.
517 518 519 |
# File 'sig/types.rbs', line 517 def bucket_key_enabled @bucket_key_enabled end |
#credentials ⇒ Types::SessionCredentials
Returns the value of attribute credentials.
518 519 520 |
# File 'sig/types.rbs', line 518 def credentials @credentials end |
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
514 515 516 |
# File 'sig/types.rbs', line 514 def server_side_encryption @server_side_encryption end |
#ssekms_encryption_context ⇒ ::String
Returns the value of attribute ssekms_encryption_context.
516 517 518 |
# File 'sig/types.rbs', line 516 def ssekms_encryption_context @ssekms_encryption_context end |
#ssekms_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
515 516 517 |
# File 'sig/types.rbs', line 515 def ssekms_key_id @ssekms_key_id end |