Class: Aws::AppStream::Types::DescribeAppBlockBuilderAppBlockAssociationsRequest

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)


2237
2238
2239
2240
2241
2242
2243
2244
# File 'lib/aws-sdk-appstream/types.rb', line 2237

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

#app_block_builder_nameString

The name of the app block builder.

Returns:

  • (String)


2237
2238
2239
2240
2241
2242
2243
2244
# File 'lib/aws-sdk-appstream/types.rb', line 2237

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

#max_resultsInteger

The maximum size of each page of results.

Returns:

  • (Integer)


2237
2238
2239
2240
2241
2242
2243
2244
# File 'lib/aws-sdk-appstream/types.rb', line 2237

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

#next_tokenString

The pagination token used to retrieve the next page of results for this operation.

Returns:

  • (String)


2237
2238
2239
2240
2241
2242
2243
2244
# File 'lib/aws-sdk-appstream/types.rb', line 2237

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