Class: Aws::Types::AddOn
- Inherits:
-
Object
- Object
- Aws::Types::AddOn
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration ⇒ ::String
Returns the value of attribute duration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_snapshot_time_of_day ⇒ ::String
Returns the value of attribute next_snapshot_time_of_day.
-
#snapshot_time_of_day ⇒ ::String
Returns the value of attribute snapshot_time_of_day.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#threshold ⇒ ::String
Returns the value of attribute threshold.
Instance Attribute Details
#duration ⇒ ::String
Returns the value of attribute duration.
63 64 65 |
# File 'sig/types.rbs', line 63 def duration @duration end |
#name ⇒ ::String
Returns the value of attribute name.
58 59 60 |
# File 'sig/types.rbs', line 58 def name @name end |
#next_snapshot_time_of_day ⇒ ::String
Returns the value of attribute next_snapshot_time_of_day.
61 62 63 |
# File 'sig/types.rbs', line 61 def next_snapshot_time_of_day @next_snapshot_time_of_day end |
#snapshot_time_of_day ⇒ ::String
Returns the value of attribute snapshot_time_of_day.
60 61 62 |
# File 'sig/types.rbs', line 60 def snapshot_time_of_day @snapshot_time_of_day end |
#status ⇒ ::String
Returns the value of attribute status.
59 60 61 |
# File 'sig/types.rbs', line 59 def status @status end |
#threshold ⇒ ::String
Returns the value of attribute threshold.
62 63 64 |
# File 'sig/types.rbs', line 62 def threshold @threshold end |