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
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.
2222 2223 2224 2225 2226 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2222 class DeleteImageRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |