Class: Aws::Types::CustomPluginDescription
- Inherits:
-
Object
- Object
- Aws::Types::CustomPluginDescription
- 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.
194 195 196 |
# File 'sig/types.rbs', line 194 def custom_plugin_arn @custom_plugin_arn end |
#revision ⇒ ::Integer
Returns the value of attribute revision.
195 196 197 |
# File 'sig/types.rbs', line 195 def revision @revision end |