Class: Aws::CleanRooms::Types::ListCollaborationsInput

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. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.

Returns:

  • (Integer)


3512
3513
3514
3515
3516
3517
3518
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3512

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

#member_statusString

The caller's status in a collaboration.

Returns:

  • (String)


3512
3513
3514
3515
3516
3517
3518
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3512

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

#next_tokenString

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

Returns:

  • (String)


3512
3513
3514
3515
3516
3517
3518
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3512

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