Class: Aws::RoboMaker::Types::DescribeFleetResponse

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)


1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1996

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

#created_atTime

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

Returns:

  • (Time)


1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1996

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

#last_deployment_jobString

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

Returns:

  • (String)


1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1996

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

#last_deployment_statusString

The status of the last deployment.

Returns:

  • (String)


1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1996

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

#last_deployment_timeTime

The time of the last deployment.

Returns:

  • (Time)


1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1996

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

#nameString

The name of the fleet.

Returns:

  • (String)


1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1996

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

#robotsArray<Types::Robot>

A list of robots.

Returns:



1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1996

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

#tagsHash<String,String>

The list of all tags added to the specified fleet.

Returns:

  • (Hash<String,String>)


1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1996

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