Class: Aws::AppStream::Types::StartFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::StartFleetRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the fleet.
Instance Attribute Details
#name ⇒ String
The name of the fleet.
5932 5933 5934 5935 5936 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5932 class StartFleetRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |