Class: Aws::Types::GetScheduleInput
- Inherits:
-
Object
- Object
- Aws::Types::GetScheduleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#group_name ⇒ ::String
Returns the value of attribute group_name.
133 134 135 |
# File 'sig/types.rbs', line 133 def group_name @group_name end |
#name ⇒ ::String
Returns the value of attribute name.
134 135 136 |
# File 'sig/types.rbs', line 134 def name @name end |