Class: Aws::AppStream::Types::AssociateAppBlockBuilderAppBlockRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::AssociateAppBlockBuilderAppBlockRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_block_arn ⇒ String
The ARN of the app block.
-
#app_block_builder_name ⇒ String
The name of the app block builder.
Instance Attribute Details
#app_block_arn ⇒ String
The ARN of the app block.
413 414 415 416 417 418 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 413 class AssociateAppBlockBuilderAppBlockRequest < Struct.new( :app_block_arn, :app_block_builder_name) SENSITIVE = [] include Aws::Structure end |
#app_block_builder_name ⇒ String
The name of the app block builder.
413 414 415 416 417 418 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 413 class AssociateAppBlockBuilderAppBlockRequest < Struct.new( :app_block_arn, :app_block_builder_name) SENSITIVE = [] include Aws::Structure end |