Class: Aws::Types::CreateSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
-
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
-
#session_mode ⇒ "ReadOnly", "ReadWrite"
Returns the value of attribute session_mode.
-
#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 ⇒ ::String
Returns the value of attribute bucket.
524 525 526 |
# File 'sig/types.rbs', line 524 def bucket @bucket end |
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
528 529 530 |
# File 'sig/types.rbs', line 528 def bucket_key_enabled @bucket_key_enabled end |
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
525 526 527 |
# File 'sig/types.rbs', line 525 def server_side_encryption @server_side_encryption end |
#session_mode ⇒ "ReadOnly", "ReadWrite"
Returns the value of attribute session_mode.
523 524 525 |
# File 'sig/types.rbs', line 523 def session_mode @session_mode end |
#ssekms_encryption_context ⇒ ::String
Returns the value of attribute ssekms_encryption_context.
527 528 529 |
# File 'sig/types.rbs', line 527 def ssekms_encryption_context @ssekms_encryption_context end |
#ssekms_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
526 527 528 |
# File 'sig/types.rbs', line 526 def ssekms_key_id @ssekms_key_id end |