Class: Aws::CleanRooms::Types::ListIdNamespaceAssociationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListIdNamespaceAssociationsOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id_namespace_association_summaries ⇒ Array<Types::IdNamespaceAssociationSummary>
The summary information of the ID namespace associations that you requested.
-
#next_token ⇒ String
The token value provided to access the next page of results.
Instance Attribute Details
#id_namespace_association_summaries ⇒ Array<Types::IdNamespaceAssociationSummary>
The summary information of the ID namespace associations that you requested.
5602 5603 5604 5605 5606 5607 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5602 class ListIdNamespaceAssociationsOutput < Struct.new( :next_token, :id_namespace_association_summaries) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value provided to access the next page of results.
5602 5603 5604 5605 5606 5607 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5602 class ListIdNamespaceAssociationsOutput < Struct.new( :next_token, :id_namespace_association_summaries) SENSITIVE = [] include Aws::Structure end |