Class: Aws::Types::DeleteDefaultMessageTypeResult

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)


421
422
423
# File 'sig/types.rbs', line 421

def configuration_set_arn
  @configuration_set_arn
end

#configuration_set_name::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


422
423
424
# File 'sig/types.rbs', line 422

def configuration_set_name
  @configuration_set_name
end

#message_type"TRANSACTIONAL", "PROMOTIONAL"

Returns the value of attribute message_type.

Returns:

  • ("TRANSACTIONAL", "PROMOTIONAL")


423
424
425
# File 'sig/types.rbs', line 423

def message_type
  @message_type
end