You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the fleet.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the fleet.

#created_atTime

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

Returns:

  • (Time)

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

#nameString

The name of the fleet.

Returns:

  • (String)

    The name of the fleet.

#tagsHash<String,String>

The list of all tags added to the fleet.

Returns:

  • (Hash<String,String>)

    The list of all tags added to the fleet.