Class: Aws::Types::ValidateTemplateOutput
- Inherits:
-
Object
- Object
- Aws::Types::ValidateTemplateOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capabilities ⇒ ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
Returns the value of attribute capabilities.
-
#capabilities_reason ⇒ ::String
Returns the value of attribute capabilities_reason.
-
#declared_transforms ⇒ ::Array[::String]
Returns the value of attribute declared_transforms.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#parameters ⇒ ::Array[Types::TemplateParameter]
Returns the value of attribute parameters.
Instance Attribute Details
#capabilities ⇒ ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
Returns the value of attribute capabilities.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def capabilities @capabilities end |
#capabilities_reason ⇒ ::String
Returns the value of attribute capabilities_reason.
2233 2234 2235 |
# File 'sig/types.rbs', line 2233 def capabilities_reason @capabilities_reason end |
#declared_transforms ⇒ ::Array[::String]
Returns the value of attribute declared_transforms.
2234 2235 2236 |
# File 'sig/types.rbs', line 2234 def declared_transforms @declared_transforms end |
#description ⇒ ::String
Returns the value of attribute description.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def description @description end |
#parameters ⇒ ::Array[Types::TemplateParameter]
Returns the value of attribute parameters.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def parameters @parameters end |