Class: Aws::Types::CustomPluginSummary
- Inherits:
-
Object
- Object
- Aws::Types::CustomPluginSummary
- 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.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
226 227 228 |
# File 'sig/types.rbs', line 226 def creation_time @creation_time end |
#custom_plugin_arn ⇒ ::String
Returns the value of attribute custom_plugin_arn.
227 228 229 |
# File 'sig/types.rbs', line 227 def custom_plugin_arn @custom_plugin_arn end |
#custom_plugin_state ⇒ "CREATING", ...
Returns the value of attribute custom_plugin_state.
228 229 230 |
# File 'sig/types.rbs', line 228 def custom_plugin_state @custom_plugin_state end |
#description ⇒ ::String
Returns the value of attribute description.
229 230 231 |
# File 'sig/types.rbs', line 229 def description @description end |
#latest_revision ⇒ Types::CustomPluginRevisionSummary
Returns the value of attribute latest_revision.
230 231 232 |
# File 'sig/types.rbs', line 230 def latest_revision @latest_revision end |
#name ⇒ ::String
Returns the value of attribute name.
231 232 233 |
# File 'sig/types.rbs', line 231 def name @name end |