Class: Aws::WorkLink::Types::DomainSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb

Overview

The summary of the domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeTime

The time that the domain was created.

Returns:

  • (Time)


612
613
614
615
616
617
618
619
# File 'gems/aws-sdk-worklink/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_nameString

The name to display.

Returns:

  • (String)


612
613
614
615
616
617
618
619
# File 'gems/aws-sdk-worklink/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_nameString

The name of the domain.

Returns:

  • (String)


612
613
614
615
616
617
618
619
# File 'gems/aws-sdk-worklink/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_statusString

The status of the domain.

Returns:

  • (String)


612
613
614
615
616
617
618
619
# File 'gems/aws-sdk-worklink/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