Class: Aws::Types::DeleteScheduleInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteScheduleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
79 80 81 |
# File 'sig/types.rbs', line 79 def client_token @client_token end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
80 81 82 |
# File 'sig/types.rbs', line 80 def group_name @group_name end |
#name ⇒ ::String
Returns the value of attribute name.
81 82 83 |
# File 'sig/types.rbs', line 81 def name @name end |