Class: Aws::PinpointSMSVoiceV2::Types::PutKeywordResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyword ⇒ String

The keyword that was added.

Returns:

  • (String)


5835
5836
5837
5838
5839
5840
5841
5842
5843
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5835

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

#keyword_action ⇒ String

The action to perform when the keyword is used.

Returns:

  • (String)


5835
5836
5837
5838
5839
5840
5841
5842
5843
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5835

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

#keyword_message ⇒ String

The message associated with the keyword.

Returns:

  • (String)


5835
5836
5837
5838
5839
5840
5841
5842
5843
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5835

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

#origination_identity ⇒ String

The PhoneNumberId or PoolId that the keyword was associated with.

Returns:

  • (String)


5835
5836
5837
5838
5839
5840
5841
5842
5843
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5835

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

#origination_identity_arn ⇒ String

The PhoneNumberArn or PoolArn that the keyword was associated with.

Returns:

  • (String)


5835
5836
5837
5838
5839
5840
5841
5842
5843
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5835

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