Class: Aws::Types::Thumbnail
- Inherits:
-
Object
- Object
- Aws::Types::Thumbnail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#thumbnail_type ⇒ "UNSPECIFIED", "CURRENT_ACTIVE"
Returns the value of attribute thumbnail_type.
-
#time_stamp ⇒ ::Time
Returns the value of attribute time_stamp.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
3175 3176 3177 |
# File 'sig/types.rbs', line 3175 def body @body end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
3176 3177 3178 |
# File 'sig/types.rbs', line 3176 def content_type @content_type end |
#thumbnail_type ⇒ "UNSPECIFIED", "CURRENT_ACTIVE"
Returns the value of attribute thumbnail_type.
3177 3178 3179 |
# File 'sig/types.rbs', line 3177 def thumbnail_type @thumbnail_type end |
#time_stamp ⇒ ::Time
Returns the value of attribute time_stamp.
3178 3179 3180 |
# File 'sig/types.rbs', line 3178 def time_stamp @time_stamp end |