Class: Aws::Types::DeleteDashboardResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDashboardResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3830 3831 3832 |
# File 'sig/types.rbs', line 3830 def arn @arn end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
3831 3832 3833 |
# File 'sig/types.rbs', line 3831 def dashboard_id @dashboard_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
3832 3833 3834 |
# File 'sig/types.rbs', line 3832 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
3829 3830 3831 |
# File 'sig/types.rbs', line 3829 def status @status end |