Class: Aws::Types::CustomPlugin
- Inherits:
-
Object
- Object
- Aws::Types::CustomPlugin
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_plugin_arn ⇒ ::String
Returns the value of attribute custom_plugin_arn.
-
#revision ⇒ ::Integer
Returns the value of attribute revision.
Instance Attribute Details
#custom_plugin_arn ⇒ ::String
Returns the value of attribute custom_plugin_arn.
188 189 190 |
# File 'sig/types.rbs', line 188 def custom_plugin_arn @custom_plugin_arn end |
#revision ⇒ ::Integer
Returns the value of attribute revision.
189 190 191 |
# File 'sig/types.rbs', line 189 def revision @revision end |