Class: Aws::Types::GetConfigurationSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetConfigurationSetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archiving_options ⇒ Types::ArchivingOptions
Returns the value of attribute archiving_options.
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#delivery_options ⇒ Types::DeliveryOptions
Returns the value of attribute delivery_options.
-
#message_security_options ⇒ Types::MessageSecurityOptions
Returns the value of attribute message_security_options.
-
#reputation_options ⇒ Types::ReputationOptions
Returns the value of attribute reputation_options.
-
#sending_options ⇒ Types::SendingOptions
Returns the value of attribute sending_options.
-
#suppression_options ⇒ Types::SuppressionOptions
Returns the value of attribute suppression_options.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tracking_options ⇒ Types::TrackingOptions
Returns the value of attribute tracking_options.
-
#vdm_options ⇒ Types::VdmOptions
Returns the value of attribute vdm_options.
Instance Attribute Details
#archiving_options ⇒ Types::ArchivingOptions
Returns the value of attribute archiving_options.
777 778 779 |
# File 'sig/types.rbs', line 777 def end |
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
769 770 771 |
# File 'sig/types.rbs', line 769 def configuration_set_name @configuration_set_name end |
#delivery_options ⇒ Types::DeliveryOptions
Returns the value of attribute delivery_options.
771 772 773 |
# File 'sig/types.rbs', line 771 def end |
#message_security_options ⇒ Types::MessageSecurityOptions
Returns the value of attribute message_security_options.
778 779 780 |
# File 'sig/types.rbs', line 778 def end |
#reputation_options ⇒ Types::ReputationOptions
Returns the value of attribute reputation_options.
772 773 774 |
# File 'sig/types.rbs', line 772 def end |
#sending_options ⇒ Types::SendingOptions
Returns the value of attribute sending_options.
773 774 775 |
# File 'sig/types.rbs', line 773 def end |
#suppression_options ⇒ Types::SuppressionOptions
Returns the value of attribute suppression_options.
775 776 777 |
# File 'sig/types.rbs', line 775 def end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
774 775 776 |
# File 'sig/types.rbs', line 774 def end |
#tracking_options ⇒ Types::TrackingOptions
Returns the value of attribute tracking_options.
770 771 772 |
# File 'sig/types.rbs', line 770 def end |
#vdm_options ⇒ Types::VdmOptions
Returns the value of attribute vdm_options.
776 777 778 |
# File 'sig/types.rbs', line 776 def end |