Module: Aws::PinpointSMSVoiceV2::Client::_DeleteRegistrationFieldValueResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteRegistrationFieldValueResult]
- 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
684 |
# File 'sig/client.rbs', line 684
def field_path: () -> ::String
|
#registration_arn ⇒ ::String
681 |
# File 'sig/client.rbs', line 681
def registration_arn: () -> ::String
|
#registration_attachment_id ⇒ ::String
687 |
# File 'sig/client.rbs', line 687
def registration_attachment_id: () -> ::String
|
#registration_id ⇒ ::String
682 |
# File 'sig/client.rbs', line 682
def registration_id: () -> ::String
|
#select_choices ⇒ ::Array[::String]
685 |
# File 'sig/client.rbs', line 685
def select_choices: () -> ::Array[::String]
|
#text_value ⇒ ::String
686 |
# File 'sig/client.rbs', line 686
def text_value: () -> ::String
|
#version_number ⇒ ::Integer
683 |
# File 'sig/client.rbs', line 683
def version_number: () -> ::Integer
|