Class: Aws::AppStream::Types::CreateAppBlockResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::CreateAppBlockResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_block ⇒ Types::AppBlock
The app block.
Instance Attribute Details
#app_block ⇒ Types::AppBlock
The app block.
948 949 950 951 952 |
# File 'lib/aws-sdk-appstream/types.rb', line 948 class CreateAppBlockResult < Struct.new( :app_block) SENSITIVE = [] include Aws::Structure end |