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.
4911 4912 4913 4914 4915 |
# File 'lib/aws-sdk-iot/types.rb', line 4911 class DeleteDomainConfigurationRequest < Struct.new( :domain_configuration_name) SENSITIVE = [] include Aws::Structure end |