Class: Aws::SESV2::Types::GetConfigurationSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetConfigurationSetRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
A request to obtain information about a configuration set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ String
The name of the configuration set.
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set.
2782 2783 2784 2785 2786 |
# File 'lib/aws-sdk-sesv2/types.rb', line 2782 class GetConfigurationSetRequest < Struct.new( :configuration_set_name) SENSITIVE = [] include Aws::Structure end |