Class: Aws::IoT::Types::DeleteDomainConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteDomainConfigurationRequest
- Defined in:
- gems/aws-sdk-iot/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.
4907 4908 4909 4910 4911 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4907 class DeleteDomainConfigurationRequest < Struct.new( :domain_configuration_name) SENSITIVE = [] include Aws::Structure end |