Class: Aws::AppStream::Types::DisassociateAppBlockBuilderAppBlockRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_block_arnString

The ARN of the app block.

Returns:

  • (String)


3020
3021
3022
3023
3024
3025
# File 'lib/aws-sdk-appstream/types.rb', line 3020

class DisassociateAppBlockBuilderAppBlockRequest < 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)


3020
3021
3022
3023
3024
3025
# File 'lib/aws-sdk-appstream/types.rb', line 3020

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