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.
6127 6128 6129 6130 6131 |
# File 'lib/aws-sdk-iot/types.rb', line 6127 class DescribeDomainConfigurationRequest < Struct.new( :domain_configuration_name) SENSITIVE = [] include Aws::Structure end |