Class: Aws::Types::CreateStudioSessionMappingInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateStudioSessionMappingInput
- 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.
312 313 314 |
# File 'sig/types.rbs', line 312 def identity_id @identity_id end |
#identity_name ⇒ ::String
Returns the value of attribute identity_name.
313 314 315 |
# File 'sig/types.rbs', line 313 def identity_name @identity_name end |
#identity_type ⇒ "USER", "GROUP"
Returns the value of attribute identity_type.
314 315 316 |
# File 'sig/types.rbs', line 314 def identity_type @identity_type end |
#session_policy_arn ⇒ ::String
Returns the value of attribute session_policy_arn.
315 316 317 |
# File 'sig/types.rbs', line 315 def session_policy_arn @session_policy_arn end |
#studio_id ⇒ ::String
Returns the value of attribute studio_id.
311 312 313 |
# File 'sig/types.rbs', line 311 def studio_id @studio_id end |