Class: Aws::Types::ListRepositoryAssociationsResponse

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)


231
232
233
# File 'sig/types.rbs', line 231

def next_token
  @next_token
end

#repository_association_summaries::Array[Types::RepositoryAssociationSummary]

Returns the value of attribute repository_association_summaries.



230
231
232
# File 'sig/types.rbs', line 230

def repository_association_summaries
  @repository_association_summaries
end