Class: Aws::Types::EdgeDeployment
- Inherits:
-
Object
- Object
- Aws::Types::EdgeDeployment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definitions ⇒ ::Array[Types::Definition]
Returns the value of attribute definitions.
-
#deployment_name ⇒ ::String
Returns the value of attribute deployment_name.
-
#failure_handling_policy ⇒ "ROLLBACK_ON_FAILURE", "DO_NOTHING"
Returns the value of attribute failure_handling_policy.
-
#type ⇒ "Model"
Returns the value of attribute type.
Instance Attribute Details
#definitions ⇒ ::Array[Types::Definition]
Returns the value of attribute definitions.
51 52 53 |
# File 'sig/types.rbs', line 51 def definitions @definitions end |
#deployment_name ⇒ ::String
Returns the value of attribute deployment_name.
48 49 50 |
# File 'sig/types.rbs', line 48 def deployment_name @deployment_name end |
#failure_handling_policy ⇒ "ROLLBACK_ON_FAILURE", "DO_NOTHING"
Returns the value of attribute failure_handling_policy.
50 51 52 |
# File 'sig/types.rbs', line 50 def failure_handling_policy @failure_handling_policy end |
#type ⇒ "Model"
Returns the value of attribute type.
49 50 51 |
# File 'sig/types.rbs', line 49 def type @type end |