Module: Aws::PinpointSMSVoiceV2::Client::_PutRegistrationFieldValueResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutRegistrationFieldValueResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #field_path ⇒ ::String
- #registration_arn ⇒ ::String
- #registration_attachment_id ⇒ ::String
- #registration_id ⇒ ::String
- #select_choices ⇒ ::Array[::String]
- #text_value ⇒ ::String
- #version_number ⇒ ::Integer
Instance Method Details
#field_path ⇒ ::String
1417 |
# File 'sig/client.rbs', line 1417
def field_path: () -> ::String
|
#registration_arn ⇒ ::String
1414 |
# File 'sig/client.rbs', line 1414
def registration_arn: () -> ::String
|
#registration_attachment_id ⇒ ::String
1420 |
# File 'sig/client.rbs', line 1420
def registration_attachment_id: () -> ::String
|
#registration_id ⇒ ::String
1415 |
# File 'sig/client.rbs', line 1415
def registration_id: () -> ::String
|
#select_choices ⇒ ::Array[::String]
1418 |
# File 'sig/client.rbs', line 1418
def select_choices: () -> ::Array[::String]
|
#text_value ⇒ ::String
1419 |
# File 'sig/client.rbs', line 1419
def text_value: () -> ::String
|
#version_number ⇒ ::Integer
1416 |
# File 'sig/client.rbs', line 1416
def version_number: () -> ::Integer
|