Class: Aws::Types::CreateSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#session_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute session_metadata.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
539 540 541 |
# File 'sig/types.rbs', line 539 def encryption_key_arn @encryption_key_arn end |
#session_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute session_metadata.
540 541 542 |
# File 'sig/types.rbs', line 540 def @session_metadata end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
541 542 543 |
# File 'sig/types.rbs', line 541 def @tags end |