Class: Aws::Types::UpdateDashboardLinksRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDashboardLinksRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
-
#link_entities ⇒ ::Array[::String]
Returns the value of attribute link_entities.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12051 12052 12053 |
# File 'sig/types.rbs', line 12051 def aws_account_id @aws_account_id end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
12052 12053 12054 |
# File 'sig/types.rbs', line 12052 def dashboard_id @dashboard_id end |
#link_entities ⇒ ::Array[::String]
Returns the value of attribute link_entities.
12053 12054 12055 |
# File 'sig/types.rbs', line 12053 def link_entities @link_entities end |