Class: Aws::Types::DashboardVisualResult
- Inherits:
-
Object
- Object
- Aws::Types::DashboardVisualResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
-
#dashboard_name ⇒ ::String
Returns the value of attribute dashboard_name.
-
#dashboard_url ⇒ ::String
Returns the value of attribute dashboard_url.
-
#sheet_id ⇒ ::String
Returns the value of attribute sheet_id.
-
#sheet_name ⇒ ::String
Returns the value of attribute sheet_name.
-
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
-
#visual_subtitle ⇒ ::String
Returns the value of attribute visual_subtitle.
-
#visual_title ⇒ ::String
Returns the value of attribute visual_title.
Instance Attribute Details
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
3114 3115 3116 |
# File 'sig/types.rbs', line 3114 def dashboard_id @dashboard_id end |
#dashboard_name ⇒ ::String
Returns the value of attribute dashboard_name.
3115 3116 3117 |
# File 'sig/types.rbs', line 3115 def dashboard_name @dashboard_name end |
#dashboard_url ⇒ ::String
Returns the value of attribute dashboard_url.
3121 3122 3123 |
# File 'sig/types.rbs', line 3121 def dashboard_url @dashboard_url end |
#sheet_id ⇒ ::String
Returns the value of attribute sheet_id.
3116 3117 3118 |
# File 'sig/types.rbs', line 3116 def sheet_id @sheet_id end |
#sheet_name ⇒ ::String
Returns the value of attribute sheet_name.
3117 3118 3119 |
# File 'sig/types.rbs', line 3117 def sheet_name @sheet_name end |
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
3118 3119 3120 |
# File 'sig/types.rbs', line 3118 def visual_id @visual_id end |
#visual_subtitle ⇒ ::String
Returns the value of attribute visual_subtitle.
3120 3121 3122 |
# File 'sig/types.rbs', line 3120 def visual_subtitle @visual_subtitle end |
#visual_title ⇒ ::String
Returns the value of attribute visual_title.
3119 3120 3121 |
# File 'sig/types.rbs', line 3119 def visual_title @visual_title end |