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.
3051 3052 3053 |
# File 'sig/types.rbs', line 3051 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3054 3055 3056 |
# File 'sig/types.rbs', line 3054 def created_time @created_time end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
3052 3053 3054 |
# File 'sig/types.rbs', line 3052 def dashboard_id @dashboard_id end |
#last_published_time ⇒ ::Time
Returns the value of attribute last_published_time.
3057 3058 3059 |
# File 'sig/types.rbs', line 3057 def last_published_time @last_published_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
3055 3056 3057 |
# File 'sig/types.rbs', line 3055 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
3053 3054 3055 |
# File 'sig/types.rbs', line 3053 def name @name end |
#published_version_number ⇒ ::Integer
Returns the value of attribute published_version_number.
3056 3057 3058 |
# File 'sig/types.rbs', line 3056 def published_version_number @published_version_number end |