Class: Aws::Types::GetStudioSessionMappingInput
- Inherits:
-
Object
- Object
- Aws::Types::GetStudioSessionMappingInput
- 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.
-
#studio_id ⇒ ::String
Returns the value of attribute studio_id.
Instance Attribute Details
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
606 607 608 |
# File 'sig/types.rbs', line 606 def identity_id @identity_id end |
#identity_name ⇒ ::String
Returns the value of attribute identity_name.
607 608 609 |
# File 'sig/types.rbs', line 607 def identity_name @identity_name end |
#identity_type ⇒ "USER", "GROUP"
Returns the value of attribute identity_type.
608 609 610 |
# File 'sig/types.rbs', line 608 def identity_type @identity_type end |
#studio_id ⇒ ::String
Returns the value of attribute studio_id.
605 606 607 |
# File 'sig/types.rbs', line 605 def studio_id @studio_id end |