Class: Aws::Types::CreateDashboardResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDashboardResponse
- 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.
2206 2207 2208 |
# File 'sig/types.rbs', line 2206 def arn @arn end |
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute creation_status.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def creation_status @creation_status end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def dashboard_id @dashboard_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2211 2212 2213 |
# File 'sig/types.rbs', line 2211 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2210 2211 2212 |
# File 'sig/types.rbs', line 2210 def status @status end |
#version_arn ⇒ ::String
Returns the value of attribute version_arn.
2207 2208 2209 |
# File 'sig/types.rbs', line 2207 def version_arn @version_arn end |