Class: Aws::AppStream::Types::AppBlockBuilderAppBlockAssociation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Describes an association between an app block builder and app block.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_block_arnString

The ARN of the app block.

Returns:

  • (String)


220
221
222
223
224
225
# File 'lib/aws-sdk-appstream/types.rb', line 220

class AppBlockBuilderAppBlockAssociation < Struct.new(
  :app_block_arn,
  :app_block_builder_name)
  SENSITIVE = []
  include Aws::Structure
end

#app_block_builder_nameString

The name of the app block builder.

Returns:

  • (String)


220
221
222
223
224
225
# File 'lib/aws-sdk-appstream/types.rb', line 220

class AppBlockBuilderAppBlockAssociation < Struct.new(
  :app_block_arn,
  :app_block_builder_name)
  SENSITIVE = []
  include Aws::Structure
end