Class: Aws::PinpointSMSVoiceV2::Types::DescribeKeywordsResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keywordsArray<Types::KeywordInformation>

An array of KeywordInformation objects that contain the results.

Returns:



2126
2127
2128
2129
2130
2131
2132
2133
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2126

class DescribeKeywordsResult < Struct.new(
  :origination_identity_arn,
  :origination_identity,
  :keywords,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to be used for the next set of paginated results. If this field is empty then there are no more results.

Returns:

  • (String)


2126
2127
2128
2129
2130
2131
2132
2133
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2126

class DescribeKeywordsResult < Struct.new(
  :origination_identity_arn,
  :origination_identity,
  :keywords,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#origination_identityString

The PhoneNumberId or PoolId that is associated with the OriginationIdentity.

Returns:

  • (String)


2126
2127
2128
2129
2130
2131
2132
2133
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2126

class DescribeKeywordsResult < Struct.new(
  :origination_identity_arn,
  :origination_identity,
  :keywords,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#origination_identity_arnString

The PhoneNumberArn or PoolArn that is associated with the OriginationIdentity.

Returns:

  • (String)


2126
2127
2128
2129
2130
2131
2132
2133
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2126

class DescribeKeywordsResult < Struct.new(
  :origination_identity_arn,
  :origination_identity,
  :keywords,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end