Class: Aws::Types::SetDefaultMessageTypeResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_arn ⇒ ::String

Returns the value of attribute configuration_set_arn.

Returns:

  • (::String)


2210
2211
2212
# File 'sig/types.rbs', line 2210

def configuration_set_arn
  @configuration_set_arn
end

#configuration_set_name ⇒ ::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


2211
2212
2213
# File 'sig/types.rbs', line 2211

def configuration_set_name
  @configuration_set_name
end

#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"

Returns the value of attribute message_type.

Returns:

  • ("TRANSACTIONAL", "PROMOTIONAL")


2212
2213
2214
# File 'sig/types.rbs', line 2212

def message_type
  @message_type
end