Class: Aws::IoT::Types::DomainConfigurationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DomainConfigurationSummary
- 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
-
#domain_configuration_arn ⇒ String
The ARN of the domain configuration.
-
#domain_configuration_name ⇒ String
The name of the domain configuration.
-
#service_type ⇒ String
The type of service delivered by the endpoint.
Instance Attribute Details
#domain_configuration_arn ⇒ String
The ARN of the domain configuration.
7489 7490 7491 7492 7493 7494 7495 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7489 class DomainConfigurationSummary < Struct.new( :domain_configuration_name, :domain_configuration_arn, :service_type) SENSITIVE = [] include Aws::Structure end |
#domain_configuration_name ⇒ String
The name of the domain configuration. This value must be unique to a region.
7489 7490 7491 7492 7493 7494 7495 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7489 class DomainConfigurationSummary < Struct.new( :domain_configuration_name, :domain_configuration_arn, :service_type) SENSITIVE = [] include Aws::Structure end |
#service_type ⇒ String
The type of service delivered by the endpoint.
7489 7490 7491 7492 7493 7494 7495 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7489 class DomainConfigurationSummary < Struct.new( :domain_configuration_name, :domain_configuration_arn, :service_type) SENSITIVE = [] include Aws::Structure end |