Class: Aws::Types::ConfigurationSetInformation

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)


118
119
120
# File 'sig/types.rbs', line 118

def configuration_set_arn
  @configuration_set_arn
end

#configuration_set_name::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def configuration_set_name
  @configuration_set_name
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


124
125
126
# File 'sig/types.rbs', line 124

def created_timestamp
  @created_timestamp
end

#default_message_feedback_enabledBoolean

Returns the value of attribute default_message_feedback_enabled.

Returns:

  • (Boolean)


123
124
125
# File 'sig/types.rbs', line 123

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")


121
122
123
# File 'sig/types.rbs', line 121

def default_message_type
  @default_message_type
end

#default_sender_id::String

Returns the value of attribute default_sender_id.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def default_sender_id
  @default_sender_id
end

#event_destinations::Array[Types::EventDestination]

Returns the value of attribute event_destinations.

Returns:



120
121
122
# File 'sig/types.rbs', line 120

def event_destinations
  @event_destinations
end

#protect_configuration_id::String

Returns the value of attribute protect_configuration_id.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def protect_configuration_id
  @protect_configuration_id
end