Class: Aws::Types::Dashboard
- Inherits:
-
Object
- Object
- Aws::Types::Dashboard
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
-
#last_published_time ⇒ ::Time
Returns the value of attribute last_published_time.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#link_entities ⇒ ::Array[::String]
Returns the value of attribute link_entities.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#version ⇒ Types::DashboardVersion
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2854 2855 2856 |
# File 'sig/types.rbs', line 2854 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
2857 2858 2859 |
# File 'sig/types.rbs', line 2857 def created_time @created_time end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
2853 2854 2855 |
# File 'sig/types.rbs', line 2853 def dashboard_id @dashboard_id end |
#last_published_time ⇒ ::Time
Returns the value of attribute last_published_time.
2858 2859 2860 |
# File 'sig/types.rbs', line 2858 def last_published_time @last_published_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
2859 2860 2861 |
# File 'sig/types.rbs', line 2859 def last_updated_time @last_updated_time end |
#link_entities ⇒ ::Array[::String]
Returns the value of attribute link_entities.
2860 2861 2862 |
# File 'sig/types.rbs', line 2860 def link_entities @link_entities end |
#name ⇒ ::String
Returns the value of attribute name.
2855 2856 2857 |
# File 'sig/types.rbs', line 2855 def name @name end |
#version ⇒ Types::DashboardVersion
Returns the value of attribute version.
2856 2857 2858 |
# File 'sig/types.rbs', line 2856 def version @version end |