Class: Aws::Types::ListPortalsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPortalsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#portal_summaries ⇒ ::Array[Types::PortalSummary]
Returns the value of attribute portal_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
2925 2926 2927 |
# File 'sig/types.rbs', line 2925 def portal_summaries @portal_summaries end |