Class: Aws::Types::ThumbnailDetail
- Inherits:
-
Object
- Object
- Aws::Types::ThumbnailDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
-
#thumbnails ⇒ ::Array[Types::Thumbnail]
Returns the value of attribute thumbnails.
Instance Attribute Details
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
3194 3195 3196 |
# File 'sig/types.rbs', line 3194 def pipeline_id @pipeline_id end |
#thumbnails ⇒ ::Array[Types::Thumbnail]
Returns the value of attribute thumbnails.
3195 3196 3197 |
# File 'sig/types.rbs', line 3195 def thumbnails @thumbnails end |