Class: Aws::AppStream::Types::DeleteAppBlockRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DeleteAppBlockRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Note:
When making an API call, you may pass DeleteAppBlockRequest data as a hash:
{
name: "Name", # required
}
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.
1870 1871 1872 1873 1874 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1870 class DeleteAppBlockRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |