Class: Aws::AppStream::Types::StopFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::StopFleetRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Note:
When making an API call, you may pass StopFleetRequest data as a hash:
{
name: "String", # required
}
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.
4700 4701 4702 4703 4704 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4700 class StopFleetRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |