Class: Aws::Types::Extension
- Inherits:
-
Object
- Object
- Aws::Types::Extension
- 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.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
500 501 502 |
# File 'sig/types.rbs', line 500 def actions @actions end |
#arn ⇒ ::String
Returns the value of attribute arn.
498 499 500 |
# File 'sig/types.rbs', line 498 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
499 500 501 |
# File 'sig/types.rbs', line 499 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
495 496 497 |
# File 'sig/types.rbs', line 495 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
496 497 498 |
# File 'sig/types.rbs', line 496 def name @name end |
#parameters ⇒ ::Hash[::String, Types::Parameter]
Returns the value of attribute parameters.
501 502 503 |
# File 'sig/types.rbs', line 501 def parameters @parameters end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
497 498 499 |
# File 'sig/types.rbs', line 497 def version_number @version_number end |