Class: Aws::AppStream::Types::AssociateFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::AssociateFleetRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Note:
When making an API call, you may pass AssociateFleetRequest data as a hash:
{
fleet_name: "String", # required
stack_name: "String", # required
}
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.
356 357 358 359 360 361 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 356 class AssociateFleetRequest < Struct.new( :fleet_name, :stack_name) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The name of the stack.
356 357 358 359 360 361 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 356 class AssociateFleetRequest < Struct.new( :fleet_name, :stack_name) SENSITIVE = [] include Aws::Structure end |