Class: Aws::Types::DescribeImageAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeImageAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_resource_types ⇒ ::Array[("APPLICATION")]
Returns the value of attribute associated_resource_types.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
Instance Attribute Details
#associated_resource_types ⇒ ::Array[("APPLICATION")]
Returns the value of attribute associated_resource_types.
663 664 665 |
# File 'sig/types.rbs', line 663 def associated_resource_types @associated_resource_types end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
662 663 664 |
# File 'sig/types.rbs', line 662 def image_id @image_id end |