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.
2983 2984 2985 |
# File 'sig/types.rbs', line 2983 def dashboard_id @dashboard_id end |
#dashboard_name ⇒ ::String
Returns the value of attribute dashboard_name.
2984 2985 2986 |
# File 'sig/types.rbs', line 2984 def dashboard_name @dashboard_name end |
#dashboard_url ⇒ ::String
Returns the value of attribute dashboard_url.
2990 2991 2992 |
# File 'sig/types.rbs', line 2990 def dashboard_url @dashboard_url end |
#sheet_id ⇒ ::String
Returns the value of attribute sheet_id.
2985 2986 2987 |
# File 'sig/types.rbs', line 2985 def sheet_id @sheet_id end |
#sheet_name ⇒ ::String
Returns the value of attribute sheet_name.
2986 2987 2988 |
# File 'sig/types.rbs', line 2986 def sheet_name @sheet_name end |
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
2987 2988 2989 |
# File 'sig/types.rbs', line 2987 def visual_id @visual_id end |
#visual_subtitle ⇒ ::String
Returns the value of attribute visual_subtitle.
2989 2990 2991 |
# File 'sig/types.rbs', line 2989 def visual_subtitle @visual_subtitle end |
#visual_title ⇒ ::String
Returns the value of attribute visual_title.
2988 2989 2990 |
# File 'sig/types.rbs', line 2988 def visual_title @visual_title end |