Class: Aws::AppStream::Types::DeleteImageBuilderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DeleteImageBuilderRequest
- 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 builder.
Instance Attribute Details
#name ⇒ String
The name of the image builder.
2103 2104 2105 2106 2107 |
# File 'lib/aws-sdk-appstream/types.rb', line 2103 class DeleteImageBuilderRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |