Module: Aws::PinpointSMSVoiceV2::Client::_CreateRegistrationAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateRegistrationAssociationResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #iso_country_code ⇒ ::String
- #phone_number ⇒ ::String
- #registration_arn ⇒ ::String
- #registration_id ⇒ ::String
- #registration_type ⇒ ::String
- #resource_arn ⇒ ::String
- #resource_id ⇒ ::String
- #resource_type ⇒ ::String
Instance Method Details
#iso_country_code ⇒ ::String
351 |
# File 'sig/client.rbs', line 351
def iso_country_code: () -> ::String
|
#phone_number ⇒ ::String
352 |
# File 'sig/client.rbs', line 352
def phone_number: () -> ::String
|
#registration_arn ⇒ ::String
345 |
# File 'sig/client.rbs', line 345
def registration_arn: () -> ::String
|
#registration_id ⇒ ::String
346 |
# File 'sig/client.rbs', line 346
def registration_id: () -> ::String
|
#registration_type ⇒ ::String
347 |
# File 'sig/client.rbs', line 347
def registration_type: () -> ::String
|
#resource_arn ⇒ ::String
348 |
# File 'sig/client.rbs', line 348
def resource_arn: () -> ::String
|
#resource_id ⇒ ::String
349 |
# File 'sig/client.rbs', line 349
def resource_id: () -> ::String
|
#resource_type ⇒ ::String
350 |
# File 'sig/client.rbs', line 350
def resource_type: () -> ::String
|