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:



2760
2761
2762
# File 'sig/types.rbs', line 2760

def dashboard_summaries
  @dashboard_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2761
2762
2763
# File 'sig/types.rbs', line 2761

def next_token
  @next_token
end