Class: Aws::AppStream::Types::DeleteFleetRequest

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

Overview

Note:

When making an API call, you may pass DeleteFleetRequest data as a hash:

{
  name: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the fleet.

Returns:

  • (String)


976
977
978
979
# File 'lib/aws-sdk-appstream/types.rb', line 976

class DeleteFleetRequest < Struct.new(
  :name)
  include Aws::Structure
end