Class: Aws::IoT::Types::CreateDomainConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateDomainConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_configuration_arn ⇒ String
The ARN of the domain configuration.
-
#domain_configuration_name ⇒ String
The name of the domain configuration.
Instance Attribute Details
#domain_configuration_arn ⇒ String
The ARN of the domain configuration.
2692 2693 2694 2695 2696 2697 |
# File 'lib/aws-sdk-iot/types.rb', line 2692 class CreateDomainConfigurationResponse < Struct.new( :domain_configuration_name, :domain_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#domain_configuration_name ⇒ String
The name of the domain configuration.
2692 2693 2694 2695 2696 2697 |
# File 'lib/aws-sdk-iot/types.rb', line 2692 class CreateDomainConfigurationResponse < Struct.new( :domain_configuration_name, :domain_configuration_arn) SENSITIVE = [] include Aws::Structure end |