Class: Aws::AppStream::Types::DeleteAppBlockBuilderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DeleteAppBlockBuilderRequest
- 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.
2075 2076 2077 2078 2079 |
# File 'lib/aws-sdk-appstream/types.rb', line 2075 class DeleteAppBlockBuilderRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |