You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::DescribeDomainConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_configTypes::AuthorizerConfig

An object that specifies the authorization service for a domain.

Returns:

#domain_configuration_arnString

The ARN of the domain configuration.

Returns:

  • (String)

    The ARN of the domain configuration.

#domain_configuration_nameString

The name of the domain configuration.

Returns:

  • (String)

    The name of the domain configuration.

#domain_configuration_statusString

A Boolean value that specifies the current state of the domain configuration.

Possible values:

  • ENABLED
  • DISABLED

Returns:

  • (String)

    A Boolean value that specifies the current state of the domain configuration.

#domain_nameString

The name of the domain.

Returns:

  • (String)

    The name of the domain.

#domain_typeString

The type of the domain.

Possible values:

  • ENDPOINT
  • AWS_MANAGED
  • CUSTOMER_MANAGED

Returns:

  • (String)

    The type of the domain.

#last_status_change_dateTime

The date and time the domain configuration\'s status was last changed.

Returns:

  • (Time)

    The date and time the domain configuration\'s status was last changed.

#server_certificatesArray<Types::ServerCertificateSummary>

A list containing summary information about the server certificate included in the domain configuration.

Returns:

#service_typeString

The type of service delivered by the endpoint.

Possible values:

  • DATA
  • CREDENTIAL_PROVIDER
  • JOBS

Returns:

  • (String)

    The type of service delivered by the endpoint.