Class: Aws::Types::UpdateStudioSessionMappingInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStudioSessionMappingInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
-
#identity_name ⇒ ::String
Returns the value of attribute identity_name.
-
#identity_type ⇒ "USER", "GROUP"
Returns the value of attribute identity_type.
-
#session_policy_arn ⇒ ::String
Returns the value of attribute session_policy_arn.
-
#studio_id ⇒ ::String
Returns the value of attribute studio_id.
Instance Attribute Details
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def identity_id @identity_id end |
#identity_name ⇒ ::String
Returns the value of attribute identity_name.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def identity_name @identity_name end |
#identity_type ⇒ "USER", "GROUP"
Returns the value of attribute identity_type.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def identity_type @identity_type end |
#session_policy_arn ⇒ ::String
Returns the value of attribute session_policy_arn.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def session_policy_arn @session_policy_arn end |
#studio_id ⇒ ::String
Returns the value of attribute studio_id.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def studio_id @studio_id end |