Class: Aws::WorkLink::Types::FleetSummary

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

Overview

The summary of the fleet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#company_codeString

The identifier used by users to sign into the Amazon WorkLink app.

Returns:

  • (String)


657
658
659
660
661
662
663
664
665
666
667
668
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 657

class FleetSummary < Struct.new(
  :fleet_arn,
  :created_time,
  :last_updated_time,
  :fleet_name,
  :display_name,
  :company_code,
  :fleet_status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The time when the fleet was created.

Returns:

  • (Time)


657
658
659
660
661
662
663
664
665
666
667
668
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 657

class FleetSummary < Struct.new(
  :fleet_arn,
  :created_time,
  :last_updated_time,
  :fleet_name,
  :display_name,
  :company_code,
  :fleet_status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The name of the fleet to display.

Returns:

  • (String)


657
658
659
660
661
662
663
664
665
666
667
668
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 657

class FleetSummary < Struct.new(
  :fleet_arn,
  :created_time,
  :last_updated_time,
  :fleet_name,
  :display_name,
  :company_code,
  :fleet_status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_arnString

The Amazon Resource Name (ARN) of the fleet.

Returns:

  • (String)


657
658
659
660
661
662
663
664
665
666
667
668
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 657

class FleetSummary < Struct.new(
  :fleet_arn,
  :created_time,
  :last_updated_time,
  :fleet_name,
  :display_name,
  :company_code,
  :fleet_status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_nameString

The name of the fleet.

Returns:

  • (String)


657
658
659
660
661
662
663
664
665
666
667
668
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 657

class FleetSummary < Struct.new(
  :fleet_arn,
  :created_time,
  :last_updated_time,
  :fleet_name,
  :display_name,
  :company_code,
  :fleet_status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_statusString

The status of the fleet.

Returns:

  • (String)


657
658
659
660
661
662
663
664
665
666
667
668
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 657

class FleetSummary < Struct.new(
  :fleet_arn,
  :created_time,
  :last_updated_time,
  :fleet_name,
  :display_name,
  :company_code,
  :fleet_status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The time when the fleet was last updated.

Returns:

  • (Time)


657
658
659
660
661
662
663
664
665
666
667
668
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 657

class FleetSummary < Struct.new(
  :fleet_arn,
  :created_time,
  :last_updated_time,
  :fleet_name,
  :display_name,
  :company_code,
  :fleet_status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags attached to the resource. A tag is a key-value pair.

Returns:

  • (Hash<String,String>)


657
658
659
660
661
662
663
664
665
666
667
668
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 657

class FleetSummary < Struct.new(
  :fleet_arn,
  :created_time,
  :last_updated_time,
  :fleet_name,
  :display_name,
  :company_code,
  :fleet_status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end