Class: Aws::Types::GetActionTypeInput
- Inherits:
-
Object
- Object
- Aws::Types::GetActionTypeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ "Source", ...
Returns the value of attribute category.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#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.
520 521 522 |
# File 'sig/types.rbs', line 520 def category @category end |
#owner ⇒ ::String
Returns the value of attribute owner.
521 522 523 |
# File 'sig/types.rbs', line 521 def owner @owner end |
#provider ⇒ ::String
Returns the value of attribute provider.
522 523 524 |
# File 'sig/types.rbs', line 522 def provider @provider end |
#version ⇒ ::String
Returns the value of attribute version.
523 524 525 |
# File 'sig/types.rbs', line 523 def version @version end |