Class: Aws::Types::DescribeCustomPluginResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCustomPluginResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#custom_plugin_arn ⇒ ::String
Returns the value of attribute custom_plugin_arn.
-
#custom_plugin_state ⇒ "CREATING", ...
Returns the value of attribute custom_plugin_state.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#latest_revision ⇒ Types::CustomPluginRevisionSummary
Returns the value of attribute latest_revision.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state_description ⇒ Types::StateDescription
Returns the value of attribute state_description.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
323 324 325 |
# File 'sig/types.rbs', line 323 def creation_time @creation_time end |
#custom_plugin_arn ⇒ ::String
Returns the value of attribute custom_plugin_arn.
324 325 326 |
# File 'sig/types.rbs', line 324 def custom_plugin_arn @custom_plugin_arn end |
#custom_plugin_state ⇒ "CREATING", ...
Returns the value of attribute custom_plugin_state.
325 326 327 |
# File 'sig/types.rbs', line 325 def custom_plugin_state @custom_plugin_state end |
#description ⇒ ::String
Returns the value of attribute description.
326 327 328 |
# File 'sig/types.rbs', line 326 def description @description end |
#latest_revision ⇒ Types::CustomPluginRevisionSummary
Returns the value of attribute latest_revision.
327 328 329 |
# File 'sig/types.rbs', line 327 def latest_revision @latest_revision end |
#name ⇒ ::String
Returns the value of attribute name.
328 329 330 |
# File 'sig/types.rbs', line 328 def name @name end |
#state_description ⇒ Types::StateDescription
Returns the value of attribute state_description.
329 330 331 |
# File 'sig/types.rbs', line 329 def state_description @state_description end |