Class: Aws::RAM::Types::ListSourceAssociationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


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_associationsArray<Types::AssociatedSource>

Information about the source associations.

Returns:



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