Class: Aws::Types::BatchGetImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accepted_media_types ⇒ ::Array[::String]
Returns the value of attribute accepted_media_types.
-
#image_ids ⇒ ::Array[Types::ImageIdentifier]
Returns the value of attribute image_ids.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#accepted_media_types ⇒ ::Array[::String]
Returns the value of attribute accepted_media_types.
68 69 70 |
# File 'sig/types.rbs', line 68 def accepted_media_types @accepted_media_types end |
#image_ids ⇒ ::Array[Types::ImageIdentifier]
Returns the value of attribute image_ids.
67 68 69 |
# File 'sig/types.rbs', line 67 def image_ids @image_ids end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
65 66 67 |
# File 'sig/types.rbs', line 65 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
66 67 68 |
# File 'sig/types.rbs', line 66 def repository_name @repository_name end |