Class: Aws::Deadline::Types::CreateFleetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateFleetResponse
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_id ⇒ String
The fleet ID.
Instance Attribute Details
#fleet_id ⇒ String
The fleet ID.
1317 1318 1319 1320 1321 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1317 class CreateFleetResponse < Struct.new( :fleet_id) SENSITIVE = [] include Aws::Structure end |