Class: Aws::AppStream::Types::DeleteFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DeleteFleetRequest
- Includes:
- Structure
- Defined in:
- 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.
2087 2088 2089 2090 2091 |
# File 'lib/aws-sdk-appstream/types.rb', line 2087 class DeleteFleetRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |