Class: Aws::Types::WorkspaceResourceAssociation
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceResourceAssociation
- 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.
-
#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.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#associated_resource_id ⇒ ::String
Returns the value of attribute associated_resource_id.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def associated_resource_id @associated_resource_id end |
#associated_resource_type ⇒ "APPLICATION"
Returns the value of attribute associated_resource_type.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def associated_resource_type @associated_resource_type end |
#created ⇒ ::Time
Returns the value of attribute created.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def created @created end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def last_updated_time @last_updated_time end |
#state ⇒ "PENDING_INSTALL", ...
Returns the value of attribute state.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def state @state end |
#state_reason ⇒ Types::AssociationStateReason
Returns the value of attribute state_reason.
1794 1795 1796 |
# File 'sig/types.rbs', line 1794 def state_reason @state_reason end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def workspace_id @workspace_id end |