Class: Aws::AppStream::Types::DescribeAppBlocksRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnsArray<String>

The ARNs of the app blocks.

Returns:

  • (Array<String>)


2320
2321
2322
2323
2324
2325
2326
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2320

class DescribeAppBlocksRequest < Struct.new(
  :arns,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum size of each page of results.

Returns:

  • (Integer)


2320
2321
2322
2323
2324
2325
2326
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2320

class DescribeAppBlocksRequest < Struct.new(
  :arns,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


2320
2321
2322
2323
2324
2325
2326
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2320

class DescribeAppBlocksRequest < Struct.new(
  :arns,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end