Class: Aws::CleanRooms::Types::ListIdNamespaceAssociationsOutput

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

#id_namespace_association_summariesArray<Types::IdNamespaceAssociationSummary>

The summary information of the ID namespace associations that you requested.



5124
5125
5126
5127
5128
5129
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5124

class ListIdNamespaceAssociationsOutput < Struct.new(
  :next_token,
  :id_namespace_association_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token value provided to access the next page of results.

Returns:

  • (String)


5124
5125
5126
5127
5128
5129
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5124

class ListIdNamespaceAssociationsOutput < Struct.new(
  :next_token,
  :id_namespace_association_summaries)
  SENSITIVE = []
  include Aws::Structure
end