Class: Aws::Types::DeleteWorkspaceMediaRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteWorkspaceMediaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#media_type ⇒ "IMAGE_LOGO_LIGHT_FAVICON", ...
Returns the value of attribute media_type.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2473 2474 2475 |
# File 'sig/types.rbs', line 2473 def instance_id @instance_id end |
#media_type ⇒ "IMAGE_LOGO_LIGHT_FAVICON", ...
Returns the value of attribute media_type.
2475 2476 2477 |
# File 'sig/types.rbs', line 2475 def media_type @media_type end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
2474 2475 2476 |
# File 'sig/types.rbs', line 2474 def workspace_id @workspace_id end |