Class: Aws::PinpointSMSVoiceV2::Types::KeywordInformation

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

Overview

The information for all keywords in a pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyword ⇒ String

The keyword as a string.

Returns:

  • (String)


4562
4563
4564
4565
4566
4567
4568
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4562

class KeywordInformation < Struct.new(
  :keyword,
  :keyword_message,
  :keyword_action)
  SENSITIVE = []
  include Aws::Structure
end

#keyword_action ⇒ String

The action to perform for the keyword.

Returns:

  • (String)


4562
4563
4564
4565
4566
4567
4568
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4562

class KeywordInformation < Struct.new(
  :keyword,
  :keyword_message,
  :keyword_action)
  SENSITIVE = []
  include Aws::Structure
end

#keyword_message ⇒ String

A custom message that can be used with the keyword.

Returns:

  • (String)


4562
4563
4564
4565
4566
4567
4568
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4562

class KeywordInformation < Struct.new(
  :keyword,
  :keyword_message,
  :keyword_action)
  SENSITIVE = []
  include Aws::Structure
end