Class: Aws::Types::DashboardSummary
- Inherits:
-
Object
- Object
- Aws::Types::DashboardSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def id @id end |
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def last_update_date @last_update_date end |
#name ⇒ ::String
Returns the value of attribute name.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def name @name end |