Class: Aws::Types::ListViewsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListViewsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#views_summary_list ⇒ ::Array[Types::ViewSummary]
Returns the value of attribute views_summary_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
5607 5608 5609 |
# File 'sig/types.rbs', line 5607 def next_token @next_token end |
#views_summary_list ⇒ ::Array[Types::ViewSummary]
Returns the value of attribute views_summary_list.
5606 5607 5608 |
# File 'sig/types.rbs', line 5606 def views_summary_list @views_summary_list end |