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)


1410
1411
1412
# File 'sig/types.rbs', line 1410

def keyword
  @keyword
end

#keyword_action"AUTOMATIC_RESPONSE", ...

Returns the value of attribute keyword_action.

Returns:

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


1412
1413
1414
# File 'sig/types.rbs', line 1412

def keyword_action
  @keyword_action
end

#keyword_message::String

Returns the value of attribute keyword_message.

Returns:

  • (::String)


1411
1412
1413
# File 'sig/types.rbs', line 1411

def keyword_message
  @keyword_message
end

#origination_identity::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


1409
1410
1411
# File 'sig/types.rbs', line 1409

def origination_identity
  @origination_identity
end