Class: Aws::CleanRooms::Types::ListCollaborationIdNamespaceAssociationsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_identifierString

The unique identifier of the collaboration that contains the ID namespace associations that you want to retrieve.

Returns:

  • (String)


4664
4665
4666
4667
4668
4669
4670
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4664

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

#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.&gt;

Returns:

  • (Integer)


4664
4665
4666
4667
4668
4669
4670
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4664

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

#next_tokenString

The pagination token that’s used to fetch the next set of results.

Returns:

  • (String)


4664
4665
4666
4667
4668
4669
4670
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4664

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