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
1395 |
# File 'sig/client.rbs', line 1395
def field_path: () -> ::String
|
#registration_arn ⇒ ::String
1392 |
# File 'sig/client.rbs', line 1392
def registration_arn: () -> ::String
|
#registration_attachment_id ⇒ ::String
1398 |
# File 'sig/client.rbs', line 1398
def registration_attachment_id: () -> ::String
|
#registration_id ⇒ ::String
1393 |
# File 'sig/client.rbs', line 1393
def registration_id: () -> ::String
|
#select_choices ⇒ ::Array[::String]
1396 |
# File 'sig/client.rbs', line 1396
def select_choices: () -> ::Array[::String]
|
#text_value ⇒ ::String
1397 |
# File 'sig/client.rbs', line 1397
def text_value: () -> ::String
|
#version_number ⇒ ::Integer
1394 |
# File 'sig/client.rbs', line 1394
def version_number: () -> ::Integer
|