Class: Aws::Types::PutKeywordResult

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)


1419
1420
1421
# File 'sig/types.rbs', line 1419

def keyword
  @keyword
end

#keyword_action"AUTOMATIC_RESPONSE", ...

Returns the value of attribute keyword_action.

Returns:

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


1421
1422
1423
# File 'sig/types.rbs', line 1421

def keyword_action
  @keyword_action
end

#keyword_message::String

Returns the value of attribute keyword_message.

Returns:

  • (::String)


1420
1421
1422
# File 'sig/types.rbs', line 1420

def keyword_message
  @keyword_message
end

#origination_identity::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


1418
1419
1420
# File 'sig/types.rbs', line 1418

def origination_identity
  @origination_identity
end

#origination_identity_arn::String

Returns the value of attribute origination_identity_arn.

Returns:

  • (::String)


1417
1418
1419
# File 'sig/types.rbs', line 1417

def origination_identity_arn
  @origination_identity_arn
end