Class: Aws::Types::ListManagedViewsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListManagedViewsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#managed_views ⇒ ::Array[::String]
Returns the value of attribute managed_views.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#managed_views ⇒ ::Array[::String]
Returns the value of attribute managed_views.
259 260 261 |
# File 'sig/types.rbs', line 259 def managed_views @managed_views end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
258 259 260 |
# File 'sig/types.rbs', line 258 def next_token @next_token end |