Class: Aws::IoT::Types::DescribeDomainConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeDomainConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorizer_config ⇒ Types::AuthorizerConfig
An object that specifies the authorization service for a domain.
-
#domain_configuration_arn ⇒ String
The ARN of the domain configuration.
-
#domain_configuration_name ⇒ String
The name of the domain configuration.
-
#domain_configuration_status ⇒ String
A Boolean value that specifies the current state of the domain configuration.
-
#domain_name ⇒ String
The name of the domain.
-
#domain_type ⇒ String
The type of the domain.
-
#last_status_change_date ⇒ Time
The date and time the domain configuration’s status was last changed.
-
#server_certificate_config ⇒ Types::ServerCertificateConfig
The server certificate configuration.
-
#server_certificates ⇒ Array<Types::ServerCertificateSummary>
A list containing summary information about the server certificate included in the domain configuration.
-
#service_type ⇒ String
The type of service delivered by the endpoint.
-
#tls_config ⇒ Types::TlsConfig
An object that specifies the TLS configuration for a domain.
Instance Attribute Details
#authorizer_config ⇒ Types::AuthorizerConfig
An object that specifies the authorization service for a domain.
5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 |
# File 'lib/aws-sdk-iot/types.rb', line 5512 class DescribeDomainConfigurationResponse < Struct.new( :domain_configuration_name, :domain_configuration_arn, :domain_name, :server_certificates, :authorizer_config, :domain_configuration_status, :service_type, :domain_type, :last_status_change_date, :tls_config, :server_certificate_config) SENSITIVE = [] include Aws::Structure end |
#domain_configuration_arn ⇒ String
The ARN of the domain configuration.
5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 |
# File 'lib/aws-sdk-iot/types.rb', line 5512 class DescribeDomainConfigurationResponse < Struct.new( :domain_configuration_name, :domain_configuration_arn, :domain_name, :server_certificates, :authorizer_config, :domain_configuration_status, :service_type, :domain_type, :last_status_change_date, :tls_config, :server_certificate_config) SENSITIVE = [] include Aws::Structure end |
#domain_configuration_name ⇒ String
The name of the domain configuration.
5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 |
# File 'lib/aws-sdk-iot/types.rb', line 5512 class DescribeDomainConfigurationResponse < Struct.new( :domain_configuration_name, :domain_configuration_arn, :domain_name, :server_certificates, :authorizer_config, :domain_configuration_status, :service_type, :domain_type, :last_status_change_date, :tls_config, :server_certificate_config) SENSITIVE = [] include Aws::Structure end |
#domain_configuration_status ⇒ String
A Boolean value that specifies the current state of the domain configuration.
5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 |
# File 'lib/aws-sdk-iot/types.rb', line 5512 class DescribeDomainConfigurationResponse < Struct.new( :domain_configuration_name, :domain_configuration_arn, :domain_name, :server_certificates, :authorizer_config, :domain_configuration_status, :service_type, :domain_type, :last_status_change_date, :tls_config, :server_certificate_config) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the domain.
5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 |
# File 'lib/aws-sdk-iot/types.rb', line 5512 class DescribeDomainConfigurationResponse < Struct.new( :domain_configuration_name, :domain_configuration_arn, :domain_name, :server_certificates, :authorizer_config, :domain_configuration_status, :service_type, :domain_type, :last_status_change_date, :tls_config, :server_certificate_config) SENSITIVE = [] include Aws::Structure end |
#domain_type ⇒ String
The type of the domain.
5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 |
# File 'lib/aws-sdk-iot/types.rb', line 5512 class DescribeDomainConfigurationResponse < Struct.new( :domain_configuration_name, :domain_configuration_arn, :domain_name, :server_certificates, :authorizer_config, :domain_configuration_status, :service_type, :domain_type, :last_status_change_date, :tls_config, :server_certificate_config) SENSITIVE = [] include Aws::Structure end |
#last_status_change_date ⇒ Time
The date and time the domain configuration’s status was last changed.
5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 |
# File 'lib/aws-sdk-iot/types.rb', line 5512 class DescribeDomainConfigurationResponse < Struct.new( :domain_configuration_name, :domain_configuration_arn, :domain_name, :server_certificates, :authorizer_config, :domain_configuration_status, :service_type, :domain_type, :last_status_change_date, :tls_config, :server_certificate_config) SENSITIVE = [] include Aws::Structure end |
#server_certificate_config ⇒ Types::ServerCertificateConfig
The server certificate configuration.
5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 |
# File 'lib/aws-sdk-iot/types.rb', line 5512 class DescribeDomainConfigurationResponse < Struct.new( :domain_configuration_name, :domain_configuration_arn, :domain_name, :server_certificates, :authorizer_config, :domain_configuration_status, :service_type, :domain_type, :last_status_change_date, :tls_config, :server_certificate_config) SENSITIVE = [] include Aws::Structure end |
#server_certificates ⇒ Array<Types::ServerCertificateSummary>
A list containing summary information about the server certificate included in the domain configuration.
5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 |
# File 'lib/aws-sdk-iot/types.rb', line 5512 class DescribeDomainConfigurationResponse < Struct.new( :domain_configuration_name, :domain_configuration_arn, :domain_name, :server_certificates, :authorizer_config, :domain_configuration_status, :service_type, :domain_type, :last_status_change_date, :tls_config, :server_certificate_config) SENSITIVE = [] include Aws::Structure end |
#service_type ⇒ String
The type of service delivered by the endpoint.
5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 |
# File 'lib/aws-sdk-iot/types.rb', line 5512 class DescribeDomainConfigurationResponse < Struct.new( :domain_configuration_name, :domain_configuration_arn, :domain_name, :server_certificates, :authorizer_config, :domain_configuration_status, :service_type, :domain_type, :last_status_change_date, :tls_config, :server_certificate_config) SENSITIVE = [] include Aws::Structure end |
#tls_config ⇒ Types::TlsConfig
An object that specifies the TLS configuration for a domain.
5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 |
# File 'lib/aws-sdk-iot/types.rb', line 5512 class DescribeDomainConfigurationResponse < Struct.new( :domain_configuration_name, :domain_configuration_arn, :domain_name, :server_certificates, :authorizer_config, :domain_configuration_status, :service_type, :domain_type, :last_status_change_date, :tls_config, :server_certificate_config) SENSITIVE = [] include Aws::Structure end |