Class: Aws::Types::GetDashboardResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDashboardResponse
- 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.
-
#last_refresh_failure_reason ⇒ ::String
Returns the value of attribute last_refresh_failure_reason.
-
#last_refresh_id ⇒ ::String
Returns the value of attribute last_refresh_id.
-
#refresh_schedule ⇒ Types::RefreshSchedule
Returns the value of attribute refresh_schedule.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#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.
447 448 449 |
# File 'sig/types.rbs', line 447 def end |
#dashboard_arn ⇒ ::String
Returns the value of attribute dashboard_arn.
442 443 444 |
# File 'sig/types.rbs', line 442 def dashboard_arn @dashboard_arn end |
#last_refresh_failure_reason ⇒ ::String
Returns the value of attribute last_refresh_failure_reason.
450 451 452 |
# File 'sig/types.rbs', line 450 def last_refresh_failure_reason @last_refresh_failure_reason end |
#last_refresh_id ⇒ ::String
Returns the value of attribute last_refresh_id.
449 450 451 |
# File 'sig/types.rbs', line 449 def last_refresh_id @last_refresh_id end |
#refresh_schedule ⇒ Types::RefreshSchedule
Returns the value of attribute refresh_schedule.
446 447 448 |
# File 'sig/types.rbs', line 446 def refresh_schedule @refresh_schedule end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
444 445 446 |
# File 'sig/types.rbs', line 444 def status @status end |
#termination_protection_enabled ⇒ Boolean
Returns the value of attribute termination_protection_enabled.
451 452 453 |
# File 'sig/types.rbs', line 451 def termination_protection_enabled @termination_protection_enabled end |
#type ⇒ "MANAGED", "CUSTOM"
Returns the value of attribute type.
443 444 445 |
# File 'sig/types.rbs', line 443 def type @type end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
448 449 450 |
# File 'sig/types.rbs', line 448 def end |
#widgets ⇒ ::Array[Types::Widget]
Returns the value of attribute widgets.
445 446 447 |
# File 'sig/types.rbs', line 445 def end |