Class: Aws::Types::DashboardVisualId
- Inherits:
-
Object
- Object
- Aws::Types::DashboardVisualId
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
-
#sheet_id ⇒ ::String
Returns the value of attribute sheet_id.
-
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
Instance Attribute Details
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
2971 2972 2973 |
# File 'sig/types.rbs', line 2971 def dashboard_id @dashboard_id end |
#sheet_id ⇒ ::String
Returns the value of attribute sheet_id.
2972 2973 2974 |
# File 'sig/types.rbs', line 2972 def sheet_id @sheet_id end |
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
2973 2974 2975 |
# File 'sig/types.rbs', line 2973 def visual_id @visual_id end |