Class: Aws::AppStream::Types::DeleteImageRequest

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 image.

Returns:

  • (String)


2222
2223
2224
2225
2226
# File 'lib/aws-sdk-appstream/types.rb', line 2222

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