Class: Aws::RoboMaker::Types::Fleet

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

Overview

Information about a fleet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the fleet.

Returns:

  • (String)


3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3075

class Fleet < Struct.new(
  :name,
  :arn,
  :created_at,
  :last_deployment_status,
  :last_deployment_job,
  :last_deployment_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

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

Returns:

  • (Time)


3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3075

class Fleet < Struct.new(
  :name,
  :arn,
  :created_at,
  :last_deployment_status,
  :last_deployment_job,
  :last_deployment_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_deployment_jobString

The Amazon Resource Name (ARN) of the last deployment job.

Returns:

  • (String)


3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3075

class Fleet < Struct.new(
  :name,
  :arn,
  :created_at,
  :last_deployment_status,
  :last_deployment_job,
  :last_deployment_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_deployment_statusString

The status of the last fleet deployment.

Returns:

  • (String)


3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3075

class Fleet < Struct.new(
  :name,
  :arn,
  :created_at,
  :last_deployment_status,
  :last_deployment_job,
  :last_deployment_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_deployment_timeTime

The time of the last deployment.

Returns:

  • (Time)


3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3075

class Fleet < Struct.new(
  :name,
  :arn,
  :created_at,
  :last_deployment_status,
  :last_deployment_job,
  :last_deployment_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the fleet.

Returns:

  • (String)


3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3075

class Fleet < Struct.new(
  :name,
  :arn,
  :created_at,
  :last_deployment_status,
  :last_deployment_job,
  :last_deployment_time)
  SENSITIVE = []
  include Aws::Structure
end