Class: Aws::IoT::Types::DeleteDomainConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteDomainConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_configuration_name ⇒ String
The name of the domain configuration to be deleted.
Instance Attribute Details
#domain_configuration_name ⇒ String
The name of the domain configuration to be deleted.
4545 4546 4547 4548 4549 |
# File 'lib/aws-sdk-iot/types.rb', line 4545 class DeleteDomainConfigurationRequest < Struct.new( :domain_configuration_name) SENSITIVE = [] include Aws::Structure end |