Class: Aws::Types::UpdateExtensionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateExtensionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Hash[("PRE_CREATE_HOSTED_CONFIGURATION_VERSION" | "PRE_START_DEPLOYMENT" | "AT_DEPLOYMENT_TICK" | "ON_DEPLOYMENT_START" | "ON_DEPLOYMENT_STEP" | "ON_DEPLOYMENT_BAKING" | "ON_DEPLOYMENT_COMPLETE" | "ON_DEPLOYMENT_ROLLED_BACK"), ::Array[Types::Action]]
Returns the value of attribute actions.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#extension_identifier ⇒ ::String
Returns the value of attribute extension_identifier.
-
#parameters ⇒ ::Hash[::String, Types::Parameter]
Returns the value of attribute parameters.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#actions ⇒ ::Hash[("PRE_CREATE_HOSTED_CONFIGURATION_VERSION" | "PRE_START_DEPLOYMENT" | "AT_DEPLOYMENT_TICK" | "ON_DEPLOYMENT_START" | "ON_DEPLOYMENT_STEP" | "ON_DEPLOYMENT_BAKING" | "ON_DEPLOYMENT_COMPLETE" | "ON_DEPLOYMENT_ROLLED_BACK"), ::Array[Types::Action]]
Returns the value of attribute actions.
946 947 948 |
# File 'sig/types.rbs', line 946 def actions @actions end |
#description ⇒ ::String
Returns the value of attribute description.
945 946 947 |
# File 'sig/types.rbs', line 945 def description @description end |
#extension_identifier ⇒ ::String
Returns the value of attribute extension_identifier.
944 945 946 |
# File 'sig/types.rbs', line 944 def extension_identifier @extension_identifier end |
#parameters ⇒ ::Hash[::String, Types::Parameter]
Returns the value of attribute parameters.
947 948 949 |
# File 'sig/types.rbs', line 947 def parameters @parameters end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
948 949 950 |
# File 'sig/types.rbs', line 948 def version_number @version_number end |