Class: Aws::Types::RegistrationAssociationMetadata
- Inherits:
-
Object
- Object
- Aws::Types::RegistrationAssociationMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def iso_country_code @iso_country_code end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def phone_number @phone_number end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def resource_arn @resource_arn end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def resource_type @resource_type end |