Class: Aws::IoT::Types::DomainConfigurationSummary

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

Overview

The summary of a domain configuration. A domain configuration specifies custom IoT-specific information about a domain. A domain configuration can be associated with an Amazon Web Services-managed domain (for example, dbc123defghijk.iot.us-west-2.amazonaws.com), a customer managed domain, or a default endpoint.

  • Data

  • Jobs

  • CredentialProvider

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_configuration_arnString

The ARN of the domain configuration.

Returns:

  • (String)


6830
6831
6832
6833
6834
6835
6836
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6830

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

#domain_configuration_nameString

The name of the domain configuration. This value must be unique to a region.

Returns:

  • (String)


6830
6831
6832
6833
6834
6835
6836
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6830

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

#service_typeString

The type of service delivered by the endpoint.

Returns:

  • (String)


6830
6831
6832
6833
6834
6835
6836
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6830

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