Class: Aws::AppStream::Types::StopImageBuilderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::StopImageBuilderRequest
- 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 builder.
Instance Attribute Details
#name ⇒ String
The name of the image builder.
4890 4891 4892 4893 4894 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4890 class StopImageBuilderRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |