Class: Aws::Types::UpdateDashboardRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_id::String

Returns the value of attribute dashboard_id.



1363
1364
1365
# File 'sig/types.rbs', line 1363

def dashboard_id
  @dashboard_id
end

#refresh_scheduleTypes::RefreshSchedule

Returns the value of attribute refresh_schedule.



1365
1366
1367
# File 'sig/types.rbs', line 1365

def refresh_schedule
  @refresh_schedule
end

#termination_protection_enabledBoolean

Returns the value of attribute termination_protection_enabled.



1366
1367
1368
# File 'sig/types.rbs', line 1366

def termination_protection_enabled
  @termination_protection_enabled
end

#widgets::Array[Types::RequestWidget]

Returns the value of attribute widgets.



1364
1365
1366
# File 'sig/types.rbs', line 1364

def widgets
  @widgets
end