Class: Aws::Types::CreateExtensionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateExtensionRequest
- 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.
-
#latest_version_number ⇒ ::Integer
Returns the value of attribute latest_version_number.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameters ⇒ ::Hash[::String, Types::Parameter]
Returns the value of attribute parameters.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
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.
209 210 211 |
# File 'sig/types.rbs', line 209 def actions @actions end |
#description ⇒ ::String
Returns the value of attribute description.
208 209 210 |
# File 'sig/types.rbs', line 208 def description @description end |
#latest_version_number ⇒ ::Integer
Returns the value of attribute latest_version_number.
212 213 214 |
# File 'sig/types.rbs', line 212 def latest_version_number @latest_version_number end |
#name ⇒ ::String
Returns the value of attribute name.
207 208 209 |
# File 'sig/types.rbs', line 207 def name @name end |
#parameters ⇒ ::Hash[::String, Types::Parameter]
Returns the value of attribute parameters.
210 211 212 |
# File 'sig/types.rbs', line 210 def parameters @parameters end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
211 212 213 |
# File 'sig/types.rbs', line 211 def @tags end |