Class: Aws::AppStream::Types::DeleteAppBlockRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DeleteAppBlockRequest
- 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.
Instance Attribute Details
#name ⇒ String
The name of the app block.
2620 2621 2622 2623 2624 |
# File 'lib/aws-sdk-appstream/types.rb', line 2620 class DeleteAppBlockRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |