Class: Aws::IoT::Types::DescribeDomainConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeDomainConfigurationRequest
- 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.
Instance Attribute Details
#domain_configuration_name ⇒ String
The name of the domain configuration.
5571 5572 5573 5574 5575 |
# File 'lib/aws-sdk-iot/types.rb', line 5571 class DescribeDomainConfigurationRequest < Struct.new( :domain_configuration_name) SENSITIVE = [] include Aws::Structure end |