Class: Aws::Types::ListManagedViewsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#managed_views::Array[::String]

Returns the value of attribute managed_views.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def next_token
  @next_token
end