Class: Aws::WorkLink::Types::DomainSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::DomainSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-worklink/types.rb
Overview
The summary of the domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time ⇒ Time
The time that the domain was created.
-
#display_name ⇒ String
The name to display.
-
#domain_name ⇒ String
The name of the domain.
-
#domain_status ⇒ String
The status of the domain.
Instance Attribute Details
#created_time ⇒ Time
The time that the domain was created.
612 613 614 615 616 617 618 619 |
# File 'lib/aws-sdk-worklink/types.rb', line 612 class DomainSummary < Struct.new( :domain_name, :display_name, :created_time, :domain_status) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The name to display.
612 613 614 615 616 617 618 619 |
# File 'lib/aws-sdk-worklink/types.rb', line 612 class DomainSummary < Struct.new( :domain_name, :display_name, :created_time, :domain_status) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the domain.
612 613 614 615 616 617 618 619 |
# File 'lib/aws-sdk-worklink/types.rb', line 612 class DomainSummary < Struct.new( :domain_name, :display_name, :created_time, :domain_status) SENSITIVE = [] include Aws::Structure end |
#domain_status ⇒ String
The status of the domain.
612 613 614 615 616 617 618 619 |
# File 'lib/aws-sdk-worklink/types.rb', line 612 class DomainSummary < Struct.new( :domain_name, :display_name, :created_time, :domain_status) SENSITIVE = [] include Aws::Structure end |