Class: Aws::Types::PutKeywordRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#keyword ⇒ ::String

Returns the value of attribute keyword.

Returns:

  • (::String)


1440
1441
1442
# File 'sig/types.rbs', line 1440

def keyword
  @keyword
end

#keyword_action ⇒ "AUTOMATIC_RESPONSE", ...

Returns the value of attribute keyword_action.

Returns:

  • ("AUTOMATIC_RESPONSE", "OPT_OUT", "OPT_IN")


1442
1443
1444
# File 'sig/types.rbs', line 1442

def keyword_action
  @keyword_action
end

#keyword_message ⇒ ::String

Returns the value of attribute keyword_message.

Returns:

  • (::String)


1441
1442
1443
# File 'sig/types.rbs', line 1441

def keyword_message
  @keyword_message
end

#origination_identity ⇒ ::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def origination_identity
  @origination_identity
end