Class: Aws::Types::CreateDashboardResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDashboardResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dashboard_arn ⇒ ::String
Returns the value of attribute dashboard_arn.
-
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
Instance Attribute Details
#dashboard_arn ⇒ ::String
Returns the value of attribute dashboard_arn.
984 985 986 |
# File 'sig/types.rbs', line 984 def dashboard_arn @dashboard_arn end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
983 984 985 |
# File 'sig/types.rbs', line 983 def dashboard_id @dashboard_id end |