Class: Aws::Types::UpdateDashboardResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDashboardResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#dashboard_arn ⇒ ::String
Returns the value of attribute dashboard_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#refresh_schedule ⇒ Types::RefreshSchedule
Returns the value of attribute refresh_schedule.
-
#termination_protection_enabled ⇒ Boolean
Returns the value of attribute termination_protection_enabled.
-
#type ⇒ "MANAGED", "CUSTOM"
Returns the value of attribute type.
-
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
-
#widgets ⇒ ::Array[Types::Widget]
Returns the value of attribute widgets.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def end |
#dashboard_arn ⇒ ::String
Returns the value of attribute dashboard_arn.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def dashboard_arn @dashboard_arn end |
#name ⇒ ::String
Returns the value of attribute name.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def name @name end |
#refresh_schedule ⇒ Types::RefreshSchedule
Returns the value of attribute refresh_schedule.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def refresh_schedule @refresh_schedule end |
#termination_protection_enabled ⇒ Boolean
Returns the value of attribute termination_protection_enabled.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def termination_protection_enabled @termination_protection_enabled end |
#type ⇒ "MANAGED", "CUSTOM"
Returns the value of attribute type.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def type @type end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def end |
#widgets ⇒ ::Array[Types::Widget]
Returns the value of attribute widgets.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def end |