Class: Aws::Types::UpdateDashboardLinksResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDashboardLinksResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dashboard_arn ⇒ ::String
Returns the value of attribute dashboard_arn.
-
#link_entities ⇒ ::Array[::String]
Returns the value of attribute link_entities.
-
#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.
12484 12485 12486 |
# File 'sig/types.rbs', line 12484 def dashboard_arn @dashboard_arn end |
#link_entities ⇒ ::Array[::String]
Returns the value of attribute link_entities.
12485 12486 12487 |
# File 'sig/types.rbs', line 12485 def link_entities @link_entities end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12482 12483 12484 |
# File 'sig/types.rbs', line 12482 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12483 12484 12485 |
# File 'sig/types.rbs', line 12483 def status @status end |