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.
2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-iot/types.rb', line 2804 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.
2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-iot/types.rb', line 2804 class CreateDomainConfigurationResponse < Struct.new( :domain_configuration_name, :domain_configuration_arn) SENSITIVE = [] include Aws::Structure end |