Class: Aws::AppStream::Types::StopAppBlockBuilderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::StopAppBlockBuilderRequest
- 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 app block builder.
Instance Attribute Details
#name ⇒ String
The name of the app block builder.
5929 5930 5931 5932 5933 |
# File 'lib/aws-sdk-appstream/types.rb', line 5929 class StopAppBlockBuilderRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |