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.
12060 12061 12062 |
# File 'sig/types.rbs', line 12060 def dashboard_arn @dashboard_arn end |
#link_entities ⇒ ::Array[::String]
Returns the value of attribute link_entities.
12061 12062 12063 |
# File 'sig/types.rbs', line 12061 def link_entities @link_entities end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12058 12059 12060 |
# File 'sig/types.rbs', line 12058 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12059 12060 12061 |
# File 'sig/types.rbs', line 12059 def status @status end |