Class: Aws::Types::DeleteCanaryRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCanaryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_lambda ⇒ Boolean
Returns the value of attribute delete_lambda.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#delete_lambda ⇒ Boolean
Returns the value of attribute delete_lambda.
235 236 237 |
# File 'sig/types.rbs', line 235 def delete_lambda @delete_lambda end |
#name ⇒ ::String
Returns the value of attribute name.
234 235 236 |
# File 'sig/types.rbs', line 234 def name @name end |