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)


1449
1450
1451
# File 'sig/types.rbs', line 1449

def keyword
  @keyword
end

#keyword_action ⇒ "AUTOMATIC_RESPONSE", ...

Returns the value of attribute keyword_action.

Returns:

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


1451
1452
1453
# File 'sig/types.rbs', line 1451

def keyword_action
  @keyword_action
end

#keyword_message ⇒ ::String

Returns the value of attribute keyword_message.

Returns:

  • (::String)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def keyword_message
  @keyword_message
end

#origination_identity ⇒ ::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


1448
1449
1450
# File 'sig/types.rbs', line 1448

def origination_identity
  @origination_identity
end

#origination_identity_arn ⇒ ::String

Returns the value of attribute origination_identity_arn.

Returns:

  • (::String)


1447
1448
1449
# File 'sig/types.rbs', line 1447

def origination_identity_arn
  @origination_identity_arn
end