Class: Aws::PinpointEmail::Types::GetConfigurationSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::GetConfigurationSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointemail/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 that you want to obtain more information about.
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set that you want to obtain more information about.
1232 1233 1234 1235 1236 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 1232 class GetConfigurationSetRequest < Struct.new( :configuration_set_name) SENSITIVE = [] include Aws::Structure end |