Method: Aws::AppStream::Types::DeleteFleetRequest#name

Defined in:
lib/aws-sdk-appstream/types.rb

#nameString

The name of the fleet.

Returns:

  • (String)


2160
2161
2162
2163
2164
# File 'lib/aws-sdk-appstream/types.rb', line 2160

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