Class: Aws::Types::CreateCustomPluginResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateCustomPluginResponse
- 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.
-
#custom_plugin_state ⇒ "CREATING", ...
Returns the value of attribute custom_plugin_state.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#revision ⇒ ::Integer
Returns the value of attribute revision.
Instance Attribute Details
#custom_plugin_arn ⇒ ::String
Returns the value of attribute custom_plugin_arn.
163 164 165 |
# File 'sig/types.rbs', line 163 def custom_plugin_arn @custom_plugin_arn end |
#custom_plugin_state ⇒ "CREATING", ...
Returns the value of attribute custom_plugin_state.
164 165 166 |
# File 'sig/types.rbs', line 164 def custom_plugin_state @custom_plugin_state end |
#name ⇒ ::String
Returns the value of attribute name.
165 166 167 |
# File 'sig/types.rbs', line 165 def name @name end |
#revision ⇒ ::Integer
Returns the value of attribute revision.
166 167 168 |
# File 'sig/types.rbs', line 166 def revision @revision end |