Class: Aws::RoboMaker::Types::CreateFleetResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the fleet.

Returns:

  • (String)


440
441
442
443
444
445
446
447
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 440

class CreateFleetResponse < Struct.new(
  :arn,
  :name,
  :created_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time, in milliseconds since the epoch, when the fleet was created.

Returns:

  • (Time)


440
441
442
443
444
445
446
447
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 440

class CreateFleetResponse < Struct.new(
  :arn,
  :name,
  :created_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the fleet.

Returns:

  • (String)


440
441
442
443
444
445
446
447
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 440

class CreateFleetResponse < Struct.new(
  :arn,
  :name,
  :created_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The list of all tags added to the fleet.

Returns:

  • (Hash<String,String>)


440
441
442
443
444
445
446
447
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 440

class CreateFleetResponse < Struct.new(
  :arn,
  :name,
  :created_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end