Class: Aws::Types::DeleteKeywordResult

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)


461
462
463
# File 'sig/types.rbs', line 461

def keyword
  @keyword
end

#keyword_action"AUTOMATIC_RESPONSE", ...

Returns the value of attribute keyword_action.

Returns:

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


463
464
465
# File 'sig/types.rbs', line 463

def keyword_action
  @keyword_action
end

#keyword_message::String

Returns the value of attribute keyword_message.

Returns:

  • (::String)


462
463
464
# File 'sig/types.rbs', line 462

def keyword_message
  @keyword_message
end

#origination_identity::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


460
461
462
# File 'sig/types.rbs', line 460

def origination_identity
  @origination_identity
end

#origination_identity_arn::String

Returns the value of attribute origination_identity_arn.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def origination_identity_arn
  @origination_identity_arn
end