Class: Aws::Deadline::Types::CreateFleetResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_idString

The fleet ID.

Returns:

  • (String)


1086
1087
1088
1089
1090
# File 'lib/aws-sdk-deadline/types.rb', line 1086

class CreateFleetResponse < Struct.new(
  :fleet_id)
  SENSITIVE = []
  include Aws::Structure
end