Class: Aws::Types::ApplicationResourceAssociation
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationResourceAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#associated_resource_id ⇒ ::String
Returns the value of attribute associated_resource_id.
-
#associated_resource_type ⇒ "WORKSPACE", ...
Returns the value of attribute associated_resource_type.
-
#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
#application_id ⇒ ::String
Returns the value of attribute application_id.
67 68 69 |
# File 'sig/types.rbs', line 67 def application_id @application_id end |
#associated_resource_id ⇒ ::String
Returns the value of attribute associated_resource_id.
68 69 70 |
# File 'sig/types.rbs', line 68 def associated_resource_id @associated_resource_id end |
#associated_resource_type ⇒ "WORKSPACE", ...
Returns the value of attribute associated_resource_type.
69 70 71 |
# File 'sig/types.rbs', line 69 def associated_resource_type @associated_resource_type end |
#created ⇒ ::Time
Returns the value of attribute created.
70 71 72 |
# File 'sig/types.rbs', line 70 def created @created end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
71 72 73 |
# File 'sig/types.rbs', line 71 def last_updated_time @last_updated_time end |
#state ⇒ "PENDING_INSTALL", ...
Returns the value of attribute state.
72 73 74 |
# File 'sig/types.rbs', line 72 def state @state end |
#state_reason ⇒ Types::AssociationStateReason
Returns the value of attribute state_reason.
73 74 75 |
# File 'sig/types.rbs', line 73 def state_reason @state_reason end |