Class: Aws::Types::ListDashboardsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_summaries::Array[Types::DashboardSummary]

Returns the value of attribute dashboard_summaries.

Returns:



2750
2751
2752
# File 'sig/types.rbs', line 2750

def dashboard_summaries
  @dashboard_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2751
2752
2753
# File 'sig/types.rbs', line 2751

def next_token
  @next_token
end