Class: Aws::Types::ImportWorkspaceMediaRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportWorkspaceMediaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#media_source ⇒ ::String
Returns the value of attribute media_source.
-
#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.
4459 4460 4461 |
# File 'sig/types.rbs', line 4459 def instance_id @instance_id end |
#media_source ⇒ ::String
Returns the value of attribute media_source.
4462 4463 4464 |
# File 'sig/types.rbs', line 4462 def media_source @media_source end |
#media_type ⇒ "IMAGE_LOGO_LIGHT_FAVICON", ...
Returns the value of attribute media_type.
4461 4462 4463 |
# File 'sig/types.rbs', line 4461 def media_type @media_type end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
4460 4461 4462 |
# File 'sig/types.rbs', line 4460 def workspace_id @workspace_id end |