Class: Aws::Types::DeleteConfigurationSetResult

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)


405
406
407
# File 'sig/types.rbs', line 405

def configuration_set_arn
  @configuration_set_arn
end

#configuration_set_name::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def configuration_set_name
  @configuration_set_name
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


411
412
413
# File 'sig/types.rbs', line 411

def created_timestamp
  @created_timestamp
end

#default_message_feedback_enabledBoolean

Returns the value of attribute default_message_feedback_enabled.

Returns:

  • (Boolean)


410
411
412
# File 'sig/types.rbs', line 410

def default_message_feedback_enabled
  @default_message_feedback_enabled
end

#default_message_type"TRANSACTIONAL", "PROMOTIONAL"

Returns the value of attribute default_message_type.

Returns:

  • ("TRANSACTIONAL", "PROMOTIONAL")


408
409
410
# File 'sig/types.rbs', line 408

def default_message_type
  @default_message_type
end

#default_sender_id::String

Returns the value of attribute default_sender_id.

Returns:

  • (::String)


409
410
411
# File 'sig/types.rbs', line 409

def default_sender_id
  @default_sender_id
end

#event_destinations::Array[Types::EventDestination]

Returns the value of attribute event_destinations.

Returns:



407
408
409
# File 'sig/types.rbs', line 407

def event_destinations
  @event_destinations
end