Class: Aws::AppStream::Types::AssociateFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::AssociateFleetRequest
- 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.
499 500 501 502 503 504 |
# File 'lib/aws-sdk-appstream/types.rb', line 499 class AssociateFleetRequest < Struct.new( :fleet_name, :stack_name) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The name of the stack.
499 500 501 502 503 504 |
# File 'lib/aws-sdk-appstream/types.rb', line 499 class AssociateFleetRequest < Struct.new( :fleet_name, :stack_name) SENSITIVE = [] include Aws::Structure end |