Class: Aws::Types::SessionData
- Inherits:
-
Object
- Object
- Aws::Types::SessionData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#integration_configuration ⇒ Types::SessionIntegrationConfiguration
Returns the value of attribute integration_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
883 884 885 |
# File 'sig/types.rbs', line 883 def description @description end |
#integration_configuration ⇒ Types::SessionIntegrationConfiguration
Returns the value of attribute integration_configuration.
884 885 886 |
# File 'sig/types.rbs', line 884 def integration_configuration @integration_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
885 886 887 |
# File 'sig/types.rbs', line 885 def name @name end |
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
886 887 888 |
# File 'sig/types.rbs', line 886 def session_arn @session_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
887 888 889 |
# File 'sig/types.rbs', line 887 def session_id @session_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
888 889 890 |
# File 'sig/types.rbs', line 888 def @tags end |