Class: Aws::Types::ListSourceApiAssociationsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1070
1071
1072
# File 'sig/types.rbs', line 1070

def next_token
  @next_token
end

#source_api_association_summaries::Array[Types::SourceApiAssociationSummary]

Returns the value of attribute source_api_association_summaries.



1069
1070
1071
# File 'sig/types.rbs', line 1069

def source_api_association_summaries
  @source_api_association_summaries
end