Class: Aws::RAM::Types::ListSourceAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::ListSourceAssociationsResponse
- Defined in:
- gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results.
-
#source_associations ⇒ Array<Types::AssociatedSource>
Information about the source associations.
Instance Attribute Details
#next_token ⇒ String
The pagination token to use to retrieve the next page of results.
This value is null when there are no more results to return.
2540 2541 2542 2543 2544 2545 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 2540 class ListSourceAssociationsResponse < Struct.new( :source_associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#source_associations ⇒ Array<Types::AssociatedSource>
Information about the source associations.
2540 2541 2542 2543 2544 2545 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 2540 class ListSourceAssociationsResponse < Struct.new( :source_associations, :next_token) SENSITIVE = [] include Aws::Structure end |