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.
12094 12095 12096 |
# File 'sig/types.rbs', line 12094 def dashboard_arn @dashboard_arn end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
12093 12094 12095 |
# File 'sig/types.rbs', line 12093 def dashboard_id @dashboard_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12096 12097 12098 |
# File 'sig/types.rbs', line 12096 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12095 12096 12097 |
# File 'sig/types.rbs', line 12095 def status @status end |