Class: Aws::Types::SupportedAssociation
- Inherits:
-
Object
- Object
- Aws::Types::SupportedAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_behavior ⇒ "ASSOCIATE_BEFORE_SUBMIT", ...
Returns the value of attribute association_behavior.
-
#disassociation_behavior ⇒ "DISASSOCIATE_ALL_CLOSES_REGISTRATION", ...
Returns the value of attribute disassociation_behavior.
-
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#association_behavior ⇒ "ASSOCIATE_BEFORE_SUBMIT", ...
Returns the value of attribute association_behavior.
2278 2279 2280 |
# File 'sig/types.rbs', line 2278 def association_behavior @association_behavior end |
#disassociation_behavior ⇒ "DISASSOCIATE_ALL_CLOSES_REGISTRATION", ...
Returns the value of attribute disassociation_behavior.
2279 2280 2281 |
# File 'sig/types.rbs', line 2279 def disassociation_behavior @disassociation_behavior end |
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
2277 2278 2279 |
# File 'sig/types.rbs', line 2277 def iso_country_code @iso_country_code end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
2276 2277 2278 |
# File 'sig/types.rbs', line 2276 def resource_type @resource_type end |