Class: Aws::AppStream::Types::StartAppBlockBuilderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::StartAppBlockBuilderRequest
- 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.
4894 4895 4896 4897 4898 |
# File 'lib/aws-sdk-appstream/types.rb', line 4894 class StartAppBlockBuilderRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |