Class: Aws::Types::DashboardSummary
- Inherits:
-
Object
- Object
- Aws::Types::DashboardSummary
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#published_version_number ⇒ ::Integer
Returns the value of attribute published_version_number.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2920 2921 2922 |
# File 'sig/types.rbs', line 2920 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
2923 2924 2925 |
# File 'sig/types.rbs', line 2923 def created_time @created_time end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
2921 2922 2923 |
# File 'sig/types.rbs', line 2921 def dashboard_id @dashboard_id end |
#last_published_time ⇒ ::Time
Returns the value of attribute last_published_time.
2926 2927 2928 |
# File 'sig/types.rbs', line 2926 def last_published_time @last_published_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
2924 2925 2926 |
# File 'sig/types.rbs', line 2924 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
2922 2923 2924 |
# File 'sig/types.rbs', line 2922 def name @name end |
#published_version_number ⇒ ::Integer
Returns the value of attribute published_version_number.
2925 2926 2927 |
# File 'sig/types.rbs', line 2925 def published_version_number @published_version_number end |