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.
3980 3981 3982 |
# File 'sig/types.rbs', line 3980 def arn @arn end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
3981 3982 3983 |
# File 'sig/types.rbs', line 3981 def dashboard_id @dashboard_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
3982 3983 3984 |
# File 'sig/types.rbs', line 3982 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
3979 3980 3981 |
# File 'sig/types.rbs', line 3979 def status @status end |