Class: Aws::Types::DescribeAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#association_version ⇒ ::String
Returns the value of attribute association_version.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def association_id @association_id end |
#association_version ⇒ ::String
Returns the value of attribute association_version.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def association_version @association_version end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def name @name end |