Class: Aws::Types::DescribeDashboardResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDashboardResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dashboard_arn ⇒ ::String
Returns the value of attribute dashboard_arn.
-
#dashboard_creation_date ⇒ ::Time
Returns the value of attribute dashboard_creation_date.
-
#dashboard_definition ⇒ ::String
Returns the value of attribute dashboard_definition.
-
#dashboard_description ⇒ ::String
Returns the value of attribute dashboard_description.
-
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
-
#dashboard_last_update_date ⇒ ::Time
Returns the value of attribute dashboard_last_update_date.
-
#dashboard_name ⇒ ::String
Returns the value of attribute dashboard_name.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
Instance Attribute Details
#dashboard_arn ⇒ ::String
Returns the value of attribute dashboard_arn.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def dashboard_arn @dashboard_arn end |
#dashboard_creation_date ⇒ ::Time
Returns the value of attribute dashboard_creation_date.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def dashboard_creation_date @dashboard_creation_date end |
#dashboard_definition ⇒ ::String
Returns the value of attribute dashboard_definition.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def dashboard_definition @dashboard_definition end |
#dashboard_description ⇒ ::String
Returns the value of attribute dashboard_description.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def dashboard_description @dashboard_description end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def dashboard_id @dashboard_id end |
#dashboard_last_update_date ⇒ ::Time
Returns the value of attribute dashboard_last_update_date.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def dashboard_last_update_date @dashboard_last_update_date end |
#dashboard_name ⇒ ::String
Returns the value of attribute dashboard_name.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def dashboard_name @dashboard_name end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
1691 1692 1693 |
# File 'sig/types.rbs', line 1691 def project_id @project_id end |