Class: Aws::IoT::Types::CreateDomainConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateDomainConfigurationResponse
- Defined in:
- gems/aws-sdk-iot/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.
3113 3114 3115 3116 3117 3118 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3113 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.
3113 3114 3115 3116 3117 3118 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3113 class CreateDomainConfigurationResponse < Struct.new( :domain_configuration_name, :domain_configuration_arn) SENSITIVE = [] include Aws::Structure end |