Class: Aws::IoT::Types::CreateDomainConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_configuration_arnString

The ARN of the domain configuration.

Returns:

  • (String)


2633
2634
2635
2636
2637
2638
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2633

class CreateDomainConfigurationResponse < Struct.new(
  :domain_configuration_name,
  :domain_configuration_arn)
  SENSITIVE = []
  include Aws::Structure
end

#domain_configuration_nameString

The name of the domain configuration.

Returns:

  • (String)


2633
2634
2635
2636
2637
2638
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2633

class CreateDomainConfigurationResponse < Struct.new(
  :domain_configuration_name,
  :domain_configuration_arn)
  SENSITIVE = []
  include Aws::Structure
end