Class: Aws::Types::ScheduleGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::ScheduleGroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#last_modification_date ⇒ ::Time
Returns the value of attribute last_modification_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "ACTIVE", "DELETING"
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
245 246 247 |
# File 'sig/types.rbs', line 245 def arn @arn end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
246 247 248 |
# File 'sig/types.rbs', line 246 def creation_date @creation_date end |
#last_modification_date ⇒ ::Time
Returns the value of attribute last_modification_date.
247 248 249 |
# File 'sig/types.rbs', line 247 def last_modification_date @last_modification_date end |
#name ⇒ ::String
Returns the value of attribute name.
248 249 250 |
# File 'sig/types.rbs', line 248 def name @name end |
#state ⇒ "ACTIVE", "DELETING"
Returns the value of attribute state.
249 250 251 |
# File 'sig/types.rbs', line 249 def state @state end |