Class: Aws::Types::MediaItem
- Inherits:
-
Object
- Object
- Aws::Types::MediaItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source ⇒ ::String
Returns the value of attribute source.
-
#type ⇒ "IMAGE_LOGO_LIGHT_FAVICON", ...
Returns the value of attribute type.
Instance Attribute Details
#source ⇒ ::String
Returns the value of attribute source.
5668 5669 5670 |
# File 'sig/types.rbs', line 5668 def source @source end |
#type ⇒ "IMAGE_LOGO_LIGHT_FAVICON", ...
Returns the value of attribute type.
5667 5668 5669 |
# File 'sig/types.rbs', line 5667 def type @type end |