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)


3133
3134
3135
3136
3137
3138
# File 'lib/aws-sdk-appstream/types.rb', line 3133

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)


3133
3134
3135
3136
3137
3138
# File 'lib/aws-sdk-appstream/types.rb', line 3133

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