Class: Aws::CleanRooms::Types::ListAnalysisTemplatesInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum size of the results that is returned per call.

Returns:

  • (Integer)


3291
3292
3293
3294
3295
3296
3297
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3291

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

#membership_identifierString

The identifier for a membership resource.

Returns:

  • (String)


3291
3292
3293
3294
3295
3296
3297
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3291

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

#next_tokenString

The token value retrieved from a previous call to access the next page of results.

Returns:

  • (String)


3291
3292
3293
3294
3295
3296
3297
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3291

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