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.
12115 12116 12117 |
# File 'sig/types.rbs', line 12115 def arn @arn end |
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute creation_status.
12118 12119 12120 |
# File 'sig/types.rbs', line 12118 def creation_status @creation_status end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
12117 12118 12119 |
# File 'sig/types.rbs', line 12117 def dashboard_id @dashboard_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12120 12121 12122 |
# File 'sig/types.rbs', line 12120 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12119 12120 12121 |
# File 'sig/types.rbs', line 12119 def status @status end |
#version_arn ⇒ ::String
Returns the value of attribute version_arn.
12116 12117 12118 |
# File 'sig/types.rbs', line 12116 def version_arn @version_arn end |