Class: Aws::Types::DeploymentSpecificationsField
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentSpecificationsField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_values ⇒ ::Array[::String]
Returns the value of attribute allowed_values.
-
#conditionals ⇒ ::Array[Types::DeploymentConditionalField]
Returns the value of attribute conditionals.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#required ⇒ ::String
Returns the value of attribute required.
Instance Attribute Details
#allowed_values ⇒ ::Array[::String]
Returns the value of attribute allowed_values.
124 125 126 |
# File 'sig/types.rbs', line 124 def allowed_values @allowed_values end |
#conditionals ⇒ ::Array[Types::DeploymentConditionalField]
Returns the value of attribute conditionals.
126 127 128 |
# File 'sig/types.rbs', line 126 def conditionals @conditionals end |
#description ⇒ ::String
Returns the value of attribute description.
123 124 125 |
# File 'sig/types.rbs', line 123 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
122 123 124 |
# File 'sig/types.rbs', line 122 def name @name end |
#required ⇒ ::String
Returns the value of attribute required.
125 126 127 |
# File 'sig/types.rbs', line 125 def required @required end |