Class: Aws::Types::DescribeThumbnailsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeThumbnailsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
-
#thumbnail_type ⇒ ::String
Returns the value of attribute thumbnail_type.
Instance Attribute Details
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def channel_id @channel_id end |
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def pipeline_id @pipeline_id end |
#thumbnail_type ⇒ ::String
Returns the value of attribute thumbnail_type.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def thumbnail_type @thumbnail_type end |