Class: Aws::Types::ActionTypeId
- Inherits:
-
Object
- Object
- Aws::Types::ActionTypeId
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ "Source", ...
Returns the value of attribute category.
-
#owner ⇒ "AWS", ...
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.
206 207 208 |
# File 'sig/types.rbs', line 206 def category @category end |
#owner ⇒ "AWS", ...
Returns the value of attribute owner.
207 208 209 |
# File 'sig/types.rbs', line 207 def owner @owner end |
#provider ⇒ ::String
Returns the value of attribute provider.
208 209 210 |
# File 'sig/types.rbs', line 208 def provider @provider end |
#version ⇒ ::String
Returns the value of attribute version.
209 210 211 |
# File 'sig/types.rbs', line 209 def version @version end |