Class: Aws::Types::ListDashboardsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_entries::Array[Types::DashboardEntry]

Returns the value of attribute dashboard_entries.

Returns:



628
629
630
# File 'sig/types.rbs', line 628

def dashboard_entries
  @dashboard_entries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


629
630
631
# File 'sig/types.rbs', line 629

def next_token
  @next_token
end