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.
518 519 520 |
# File 'sig/types.rbs', line 518 def bucket @bucket end |
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
522 523 524 |
# File 'sig/types.rbs', line 522 def bucket_key_enabled @bucket_key_enabled end |
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
519 520 521 |
# File 'sig/types.rbs', line 519 def server_side_encryption @server_side_encryption end |
#session_mode ⇒ "ReadOnly", "ReadWrite"
Returns the value of attribute session_mode.
517 518 519 |
# File 'sig/types.rbs', line 517 def session_mode @session_mode end |
#ssekms_encryption_context ⇒ ::String
Returns the value of attribute ssekms_encryption_context.
521 522 523 |
# File 'sig/types.rbs', line 521 def ssekms_encryption_context @ssekms_encryption_context end |
#ssekms_key_id ⇒ ::String
Returns the value of attribute ssekms_key_id.
520 521 522 |
# File 'sig/types.rbs', line 520 def ssekms_key_id @ssekms_key_id end |