You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppStream::Types::AssociateFleetRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AssociateFleetRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  fleet_name: "String", # required
  stack_name: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_nameString

The name of the fleet.

Returns:

  • (String)

    The name of the fleet.

#stack_nameString

The name of the stack.

Returns:

  • (String)

    The name of the stack.