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.
3193 3194 3195 |
# File 'sig/types.rbs', line 3193 def pipeline_id @pipeline_id end |
#thumbnails ⇒ ::Array[Types::Thumbnail]
Returns the value of attribute thumbnails.
3194 3195 3196 |
# File 'sig/types.rbs', line 3194 def thumbnails @thumbnails end |