Class: Aws::Types::ScheduleSummary
- Inherits:
-
Object
- Object
- Aws::Types::ScheduleSummary
- 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.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#last_modification_date ⇒ ::Time
Returns the value of attribute last_modification_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
-
#target ⇒ Types::TargetSummary
Returns the value of attribute target.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
254 255 256 |
# File 'sig/types.rbs', line 254 def arn @arn end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
255 256 257 |
# File 'sig/types.rbs', line 255 def creation_date @creation_date end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
256 257 258 |
# File 'sig/types.rbs', line 256 def group_name @group_name end |
#last_modification_date ⇒ ::Time
Returns the value of attribute last_modification_date.
257 258 259 |
# File 'sig/types.rbs', line 257 def last_modification_date @last_modification_date end |
#name ⇒ ::String
Returns the value of attribute name.
258 259 260 |
# File 'sig/types.rbs', line 258 def name @name end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
259 260 261 |
# File 'sig/types.rbs', line 259 def state @state end |
#target ⇒ Types::TargetSummary
Returns the value of attribute target.
260 261 262 |
# File 'sig/types.rbs', line 260 def target @target end |