Class: Aws::Types::ListViewsResponse

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)


5773
5774
5775
# File 'sig/types.rbs', line 5773

def next_token
  @next_token
end

#views_summary_list::Array[Types::ViewSummary]

Returns the value of attribute views_summary_list.

Returns:



5772
5773
5774
# File 'sig/types.rbs', line 5772

def views_summary_list
  @views_summary_list
end