Module: Aws::PinpointSMSVoiceV2::Client::_DescribeKeywordsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeKeywordsResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #keywords ⇒ ::Array[Types::KeywordInformation]
- #next_token ⇒ ::String
- #origination_identity ⇒ ::String
- #origination_identity_arn ⇒ ::String
Instance Method Details
#keywords ⇒ ::Array[Types::KeywordInformation]
786 |
# File 'sig/client.rbs', line 786
def keywords: () -> ::Array[Types::KeywordInformation]
|
#next_token ⇒ ::String
787 |
# File 'sig/client.rbs', line 787
def next_token: () -> ::String
|
#origination_identity ⇒ ::String
785 |
# File 'sig/client.rbs', line 785
def origination_identity: () -> ::String
|
#origination_identity_arn ⇒ ::String
784 |
# File 'sig/client.rbs', line 784
def origination_identity_arn: () -> ::String
|