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.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def iso_country_code @iso_country_code end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def phone_number @phone_number end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def resource_arn @resource_arn end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def resource_type @resource_type end |