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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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)


1135
1136
1137
1138
1139
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1135

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