Class: Aws::Types::InstanceAssociation
- Inherits:
-
Object
- Object
- Aws::Types::InstanceAssociation
- 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.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def association_id @association_id end |
#association_version ⇒ ::String
Returns the value of attribute association_version.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def association_version @association_version end |
#content ⇒ ::String
Returns the value of attribute content.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def content @content end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def instance_id @instance_id end |