Class: Aws::IoT::Types::UpdateDomainConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 that was updated.



17951
17952
17953
17954
17955
17956
# File 'lib/aws-sdk-iot/types.rb', line 17951

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

#domain_configuration_nameString

The name of the domain configuration that was updated.



17951
17952
17953
17954
17955
17956
# File 'lib/aws-sdk-iot/types.rb', line 17951

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