Class: Aws::Types::DashboardDetail
- Inherits:
-
Object
- Object
- Aws::Types::DashboardDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dashboard_arn ⇒ ::String
Returns the value of attribute dashboard_arn.
-
#type ⇒ "MANAGED", "CUSTOM"
Returns the value of attribute type.
Instance Attribute Details
#dashboard_arn ⇒ ::String
Returns the value of attribute dashboard_arn.
224 225 226 |
# File 'sig/types.rbs', line 224 def dashboard_arn @dashboard_arn end |
#type ⇒ "MANAGED", "CUSTOM"
Returns the value of attribute type.
225 226 227 |
# File 'sig/types.rbs', line 225 def type @type end |