Class: Aws::Types::ListPartnerAppsResponse

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)


8291
8292
8293
# File 'sig/types.rbs', line 8291

def next_token
  @next_token
end

#summaries::Array[Types::PartnerAppSummary]

Returns the value of attribute summaries.

Returns:



8290
8291
8292
# File 'sig/types.rbs', line 8290

def summaries
  @summaries
end