Class: Aws::AppStream::Types::DeleteImageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DeleteImageRequest
- Includes:
- Structure
- Defined in:
- 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.
2149 2150 2151 2152 2153 |
# File 'lib/aws-sdk-appstream/types.rb', line 2149 class DeleteImageRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |