Class: Aws::Types::BundleResourceAssociation
- Inherits:
-
Object
- Object
- Aws::Types::BundleResourceAssociation
- 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.
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#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.
137 138 139 |
# File 'sig/types.rbs', line 137 def associated_resource_id @associated_resource_id end |
#associated_resource_type ⇒ "APPLICATION"
Returns the value of attribute associated_resource_type.
138 139 140 |
# File 'sig/types.rbs', line 138 def associated_resource_type @associated_resource_type end |
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
139 140 141 |
# File 'sig/types.rbs', line 139 def bundle_id @bundle_id end |
#created ⇒ ::Time
Returns the value of attribute created.
140 141 142 |
# File 'sig/types.rbs', line 140 def created @created end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
141 142 143 |
# File 'sig/types.rbs', line 141 def last_updated_time @last_updated_time end |
#state ⇒ "PENDING_INSTALL", ...
Returns the value of attribute state.
142 143 144 |
# File 'sig/types.rbs', line 142 def state @state end |
#state_reason ⇒ Types::AssociationStateReason
Returns the value of attribute state_reason.
143 144 145 |
# File 'sig/types.rbs', line 143 def state_reason @state_reason end |