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

#archiving_optionsTypes::ArchivingOptions

Returns the value of attribute archiving_options.



777
778
779
# File 'sig/types.rbs', line 777

def archiving_options
  @archiving_options
end

#configuration_set_name::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


769
770
771
# File 'sig/types.rbs', line 769

def configuration_set_name
  @configuration_set_name
end

#delivery_optionsTypes::DeliveryOptions

Returns the value of attribute delivery_options.



771
772
773
# File 'sig/types.rbs', line 771

def delivery_options
  @delivery_options
end

#message_security_optionsTypes::MessageSecurityOptions

Returns the value of attribute message_security_options.



778
779
780
# File 'sig/types.rbs', line 778

def message_security_options
  @message_security_options
end

#reputation_optionsTypes::ReputationOptions

Returns the value of attribute reputation_options.



772
773
774
# File 'sig/types.rbs', line 772

def reputation_options
  @reputation_options
end

#sending_optionsTypes::SendingOptions

Returns the value of attribute sending_options.



773
774
775
# File 'sig/types.rbs', line 773

def sending_options
  @sending_options
end

#suppression_optionsTypes::SuppressionOptions

Returns the value of attribute suppression_options.



775
776
777
# File 'sig/types.rbs', line 775

def suppression_options
  @suppression_options
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



774
775
776
# File 'sig/types.rbs', line 774

def tags
  @tags
end

#tracking_optionsTypes::TrackingOptions

Returns the value of attribute tracking_options.



770
771
772
# File 'sig/types.rbs', line 770

def tracking_options
  @tracking_options
end

#vdm_optionsTypes::VdmOptions

Returns the value of attribute vdm_options.

Returns:



776
777
778
# File 'sig/types.rbs', line 776

def vdm_options
  @vdm_options
end