Class: Aws::WorkLink::Types::DescribeDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::DescribeDomainResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-worklink/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acm_certificate_arn ⇒ String
The ARN of an issued ACM certificate that is valid for the domain being associated.
-
#created_time ⇒ Time
The time that the domain was added.
-
#display_name ⇒ String
The name to display.
-
#domain_name ⇒ String
The name of the domain.
-
#domain_status ⇒ String
The current state for the domain.
Instance Attribute Details
#acm_certificate_arn ⇒ String
The ARN of an issued ACM certificate that is valid for the domain being associated.
366 367 368 369 370 371 372 373 374 |
# File 'lib/aws-sdk-worklink/types.rb', line 366 class DescribeDomainResponse < Struct.new( :domain_name, :display_name, :created_time, :domain_status, :acm_certificate_arn) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The time that the domain was added.
366 367 368 369 370 371 372 373 374 |
# File 'lib/aws-sdk-worklink/types.rb', line 366 class DescribeDomainResponse < Struct.new( :domain_name, :display_name, :created_time, :domain_status, :acm_certificate_arn) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The name to display.
366 367 368 369 370 371 372 373 374 |
# File 'lib/aws-sdk-worklink/types.rb', line 366 class DescribeDomainResponse < Struct.new( :domain_name, :display_name, :created_time, :domain_status, :acm_certificate_arn) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the domain.
366 367 368 369 370 371 372 373 374 |
# File 'lib/aws-sdk-worklink/types.rb', line 366 class DescribeDomainResponse < Struct.new( :domain_name, :display_name, :created_time, :domain_status, :acm_certificate_arn) SENSITIVE = [] include Aws::Structure end |
#domain_status ⇒ String
The current state for the domain.
366 367 368 369 370 371 372 373 374 |
# File 'lib/aws-sdk-worklink/types.rb', line 366 class DescribeDomainResponse < Struct.new( :domain_name, :display_name, :created_time, :domain_status, :acm_certificate_arn) SENSITIVE = [] include Aws::Structure end |