Class: Aws::Types::DeleteCustomActionTypeInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCustomActionTypeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ "Source", ...
Returns the value of attribute category.
-
#provider ⇒ ::String
Returns the value of attribute provider.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#category ⇒ "Source", ...
Returns the value of attribute category.
395 396 397 |
# File 'sig/types.rbs', line 395 def category @category end |
#provider ⇒ ::String
Returns the value of attribute provider.
396 397 398 |
# File 'sig/types.rbs', line 396 def provider @provider end |
#version ⇒ ::String
Returns the value of attribute version.
397 398 399 |
# File 'sig/types.rbs', line 397 def version @version end |