Class: Aws::Types::GetAssociationInput
- Inherits:
-
Object
- Object
- Aws::Types::GetAssociationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
648 649 650 |
# File 'sig/types.rbs', line 648 def agent_space_id @agent_space_id end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
649 650 651 |
# File 'sig/types.rbs', line 649 def association_id @association_id end |