Class: Aws::AppStream::Types::CreateFleetResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::CreateFleetResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet ⇒ Types::Fleet
Information about the fleet.
Instance Attribute Details
#fleet ⇒ Types::Fleet
Information about the fleet.
1447 1448 1449 1450 1451 |
# File 'lib/aws-sdk-appstream/types.rb', line 1447 class CreateFleetResult < Struct.new( :fleet) SENSITIVE = [] include Aws::Structure end |