Class: Aws::Types::AssetType
- Inherits:
-
Object
- Object
- Aws::Types::AssetType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bytes ⇒ ::String
Returns the value of attribute bytes.
-
#category ⇒ "FAVICON_ICO", ...
Returns the value of attribute category.
-
#color_mode ⇒ "LIGHT", ...
Returns the value of attribute color_mode.
-
#extension ⇒ "ICO", ...
Returns the value of attribute extension.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#bytes ⇒ ::String
Returns the value of attribute bytes.
421 422 423 |
# File 'sig/types.rbs', line 421 def bytes @bytes end |
#category ⇒ "FAVICON_ICO", ...
Returns the value of attribute category.
418 419 420 |
# File 'sig/types.rbs', line 418 def category @category end |
#color_mode ⇒ "LIGHT", ...
Returns the value of attribute color_mode.
419 420 421 |
# File 'sig/types.rbs', line 419 def color_mode @color_mode end |
#extension ⇒ "ICO", ...
Returns the value of attribute extension.
420 421 422 |
# File 'sig/types.rbs', line 420 def extension @extension end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
422 423 424 |
# File 'sig/types.rbs', line 422 def resource_id @resource_id end |