Class: Aws::AppStream::Types::DisassociateFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DisassociateFleetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_name ⇒ String
The name of the fleet.
-
#stack_name ⇒ String
The name of the stack.
Instance Attribute Details
#fleet_name ⇒ String
The name of the fleet.
3088 3089 3090 3091 3092 3093 |
# File 'lib/aws-sdk-appstream/types.rb', line 3088 class DisassociateFleetRequest < Struct.new( :fleet_name, :stack_name) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The name of the stack.
3088 3089 3090 3091 3092 3093 |
# File 'lib/aws-sdk-appstream/types.rb', line 3088 class DisassociateFleetRequest < Struct.new( :fleet_name, :stack_name) SENSITIVE = [] include Aws::Structure end |