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
Overview
Note:
When making an API call, you may pass DeleteDomainConfigurationRequest data as a hash:
{
domain_configuration_name: "DomainConfigurationName", # required
}
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.
5838 5839 5840 5841 5842 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5838 class DeleteDomainConfigurationRequest < Struct.new( :domain_configuration_name) SENSITIVE = [] include Aws::Structure end |