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.
2985 2986 2987 |
# File 'sig/types.rbs', line 2985 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
2988 2989 2990 |
# File 'sig/types.rbs', line 2988 def created_time @created_time end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
2984 2985 2986 |
# File 'sig/types.rbs', line 2984 def dashboard_id @dashboard_id end |
#last_published_time ⇒ ::Time
Returns the value of attribute last_published_time.
2989 2990 2991 |
# File 'sig/types.rbs', line 2989 def last_published_time @last_published_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
2990 2991 2992 |
# File 'sig/types.rbs', line 2990 def last_updated_time @last_updated_time end |
#link_entities ⇒ ::Array[::String]
Returns the value of attribute link_entities.
2991 2992 2993 |
# File 'sig/types.rbs', line 2991 def link_entities @link_entities end |
#name ⇒ ::String
Returns the value of attribute name.
2986 2987 2988 |
# File 'sig/types.rbs', line 2986 def name @name end |
#version ⇒ Types::DashboardVersion
Returns the value of attribute version.
2987 2988 2989 |
# File 'sig/types.rbs', line 2987 def version @version end |