Class: Aws::AppStream::Types::DeleteImageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DeleteImageRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Note:
When making an API call, you may pass DeleteImageRequest data as a hash:
{
name: "Name", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the image.
Instance Attribute Details
#name ⇒ String
The name of the image.
2052 2053 2054 2055 2056 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2052 class DeleteImageRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |