Class: Aws::Types::UpdateDashboardPublishedVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDashboardPublishedVersionResponse
- 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.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#dashboard_arn ⇒ ::String
Returns the value of attribute dashboard_arn.
12518 12519 12520 |
# File 'sig/types.rbs', line 12518 def dashboard_arn @dashboard_arn end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
12517 12518 12519 |
# File 'sig/types.rbs', line 12517 def dashboard_id @dashboard_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12520 12521 12522 |
# File 'sig/types.rbs', line 12520 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12519 12520 12521 |
# File 'sig/types.rbs', line 12519 def status @status end |