Class: Aws::Types::ImageResourceAssociation
- Inherits:
-
Object
- Object
- Aws::Types::ImageResourceAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_resource_id ⇒ ::String
Returns the value of attribute associated_resource_id.
-
#associated_resource_type ⇒ "APPLICATION"
Returns the value of attribute associated_resource_type.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#state ⇒ "PENDING_INSTALL", ...
Returns the value of attribute state.
-
#state_reason ⇒ Types::AssociationStateReason
Returns the value of attribute state_reason.
Instance Attribute Details
#associated_resource_id ⇒ ::String
Returns the value of attribute associated_resource_id.
933 934 935 |
# File 'sig/types.rbs', line 933 def associated_resource_id @associated_resource_id end |
#associated_resource_type ⇒ "APPLICATION"
Returns the value of attribute associated_resource_type.
934 935 936 |
# File 'sig/types.rbs', line 934 def associated_resource_type @associated_resource_type end |
#created ⇒ ::Time
Returns the value of attribute created.
935 936 937 |
# File 'sig/types.rbs', line 935 def created @created end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
937 938 939 |
# File 'sig/types.rbs', line 937 def image_id @image_id end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
936 937 938 |
# File 'sig/types.rbs', line 936 def last_updated_time @last_updated_time end |
#state ⇒ "PENDING_INSTALL", ...
Returns the value of attribute state.
938 939 940 |
# File 'sig/types.rbs', line 938 def state @state end |
#state_reason ⇒ Types::AssociationStateReason
Returns the value of attribute state_reason.
939 940 941 |
# File 'sig/types.rbs', line 939 def state_reason @state_reason end |