Class: Aws::Types::CreateRegistrationAssociationResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateRegistrationAssociationResult
- 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.
-
#registration_arn ⇒ ::String
Returns the value of attribute registration_arn.
-
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
-
#registration_type ⇒ ::String
Returns the value of attribute registration_type.
-
#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.
316 317 318 |
# File 'sig/types.rbs', line 316 def iso_country_code @iso_country_code end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
317 318 319 |
# File 'sig/types.rbs', line 317 def phone_number @phone_number end |
#registration_arn ⇒ ::String
Returns the value of attribute registration_arn.
310 311 312 |
# File 'sig/types.rbs', line 310 def registration_arn @registration_arn end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
311 312 313 |
# File 'sig/types.rbs', line 311 def registration_id @registration_id end |
#registration_type ⇒ ::String
Returns the value of attribute registration_type.
312 313 314 |
# File 'sig/types.rbs', line 312 def registration_type @registration_type end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
313 314 315 |
# File 'sig/types.rbs', line 313 def resource_arn @resource_arn end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
314 315 316 |
# File 'sig/types.rbs', line 314 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
315 316 317 |
# File 'sig/types.rbs', line 315 def resource_type @resource_type end |