Class: Aws::Types::DeleteStudioSessionMappingInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteStudioSessionMappingInput
- 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.
345 346 347 |
# File 'sig/types.rbs', line 345 def identity_id @identity_id end |
#identity_name ⇒ ::String
Returns the value of attribute identity_name.
346 347 348 |
# File 'sig/types.rbs', line 346 def identity_name @identity_name end |
#identity_type ⇒ "USER", "GROUP"
Returns the value of attribute identity_type.
347 348 349 |
# File 'sig/types.rbs', line 347 def identity_type @identity_type end |
#studio_id ⇒ ::String
Returns the value of attribute studio_id.
344 345 346 |
# File 'sig/types.rbs', line 344 def studio_id @studio_id end |