Class: Aws::Types::ActionTypeIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::ActionTypeIdentifier
- 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.
214 215 216 |
# File 'sig/types.rbs', line 214 def category @category end |
#owner ⇒ ::String
Returns the value of attribute owner.
215 216 217 |
# File 'sig/types.rbs', line 215 def owner @owner end |
#provider ⇒ ::String
Returns the value of attribute provider.
216 217 218 |
# File 'sig/types.rbs', line 216 def provider @provider end |
#version ⇒ ::String
Returns the value of attribute version.
217 218 219 |
# File 'sig/types.rbs', line 217 def version @version end |