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)


2177
2178
2179
# File 'sig/types.rbs', line 2177

def configuration_set_arn
  @configuration_set_arn
end

#configuration_set_name::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


2178
2179
2180
# File 'sig/types.rbs', line 2178

def configuration_set_name
  @configuration_set_name
end

#message_type"TRANSACTIONAL", "PROMOTIONAL"

Returns the value of attribute message_type.

Returns:

  • ("TRANSACTIONAL", "PROMOTIONAL")


2179
2180
2181
# File 'sig/types.rbs', line 2179

def message_type
  @message_type
end