Class: Aws::AppStream::Types::StopFleetRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the fleet.

Returns:

  • (String)


5529
5530
5531
5532
5533
# File 'lib/aws-sdk-appstream/types.rb', line 5529

class StopFleetRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end