Class: Aws::Types::DashboardEntry
- Inherits:
-
Object
- Object
- Aws::Types::DashboardEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dashboard_arn ⇒ ::String
Returns the value of attribute dashboard_arn.
-
#dashboard_name ⇒ ::String
Returns the value of attribute dashboard_name.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#size ⇒ ::Integer
Returns the value of attribute size.
Instance Attribute Details
#dashboard_arn ⇒ ::String
Returns the value of attribute dashboard_arn.
109 110 111 |
# File 'sig/types.rbs', line 109 def dashboard_arn @dashboard_arn end |
#dashboard_name ⇒ ::String
Returns the value of attribute dashboard_name.
108 109 110 |
# File 'sig/types.rbs', line 108 def dashboard_name @dashboard_name end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
110 111 112 |
# File 'sig/types.rbs', line 110 def last_modified @last_modified end |
#size ⇒ ::Integer
Returns the value of attribute size.
111 112 113 |
# File 'sig/types.rbs', line 111 def size @size end |