Class: Aws::Types::UpdateDashboardResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDashboardResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute creation_status.
-
#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.
-
#version_arn ⇒ ::String
Returns the value of attribute version_arn.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
12539 12540 12541 |
# File 'sig/types.rbs', line 12539 def arn @arn end |
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute creation_status.
12542 12543 12544 |
# File 'sig/types.rbs', line 12542 def creation_status @creation_status end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
12541 12542 12543 |
# File 'sig/types.rbs', line 12541 def dashboard_id @dashboard_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12544 12545 12546 |
# File 'sig/types.rbs', line 12544 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12543 12544 12545 |
# File 'sig/types.rbs', line 12543 def status @status end |
#version_arn ⇒ ::String
Returns the value of attribute version_arn.
12540 12541 12542 |
# File 'sig/types.rbs', line 12540 def version_arn @version_arn end |