Class: Aws::Types::GetConfigurationSetResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_name::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def configuration_set_name
  @configuration_set_name
end

#delivery_optionsTypes::DeliveryOptions

Returns the value of attribute delivery_options.



293
294
295
# File 'sig/types.rbs', line 293

def delivery_options
  @delivery_options
end

#reputation_optionsTypes::ReputationOptions

Returns the value of attribute reputation_options.



294
295
296
# File 'sig/types.rbs', line 294

def reputation_options
  @reputation_options
end

#sending_optionsTypes::SendingOptions

Returns the value of attribute sending_options.



295
296
297
# File 'sig/types.rbs', line 295

def sending_options
  @sending_options
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



296
297
298
# File 'sig/types.rbs', line 296

def tags
  @tags
end

#tracking_optionsTypes::TrackingOptions

Returns the value of attribute tracking_options.



292
293
294
# File 'sig/types.rbs', line 292

def tracking_options
  @tracking_options
end