Class: Aws::Types::GetDashboardOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetDashboardOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dashboard_arn ⇒ ::String
Returns the value of attribute dashboard_arn.
-
#dashboard_body ⇒ ::String
Returns the value of attribute dashboard_body.
-
#dashboard_name ⇒ ::String
Returns the value of attribute dashboard_name.
Instance Attribute Details
#dashboard_arn ⇒ ::String
Returns the value of attribute dashboard_arn.
403 404 405 |
# File 'sig/types.rbs', line 403 def dashboard_arn @dashboard_arn end |
#dashboard_body ⇒ ::String
Returns the value of attribute dashboard_body.
404 405 406 |
# File 'sig/types.rbs', line 404 def dashboard_body @dashboard_body end |
#dashboard_name ⇒ ::String
Returns the value of attribute dashboard_name.
405 406 407 |
# File 'sig/types.rbs', line 405 def dashboard_name @dashboard_name end |