Class: Aws::Types::ListPortalsResponse

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)


2926
2927
2928
# File 'sig/types.rbs', line 2926

def next_token
  @next_token
end

#portal_summaries::Array[Types::PortalSummary]

Returns the value of attribute portal_summaries.

Returns:



2925
2926
2927
# File 'sig/types.rbs', line 2925

def portal_summaries
  @portal_summaries
end