Class: Aws::Types::FlowTemplateDescription
- Inherits:
-
Object
- Object
- Aws::Types::FlowTemplateDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definition ⇒ Types::DefinitionDocument
Returns the value of attribute definition.
-
#summary ⇒ Types::FlowTemplateSummary
Returns the value of attribute summary.
-
#validated_namespace_version ⇒ ::Integer
Returns the value of attribute validated_namespace_version.
Instance Attribute Details
#definition ⇒ Types::DefinitionDocument
Returns the value of attribute definition.
189 190 191 |
# File 'sig/types.rbs', line 189 def definition @definition end |
#summary ⇒ Types::FlowTemplateSummary
Returns the value of attribute summary.
188 189 190 |
# File 'sig/types.rbs', line 188 def summary @summary end |
#validated_namespace_version ⇒ ::Integer
Returns the value of attribute validated_namespace_version.
190 191 192 |
# File 'sig/types.rbs', line 190 def validated_namespace_version @validated_namespace_version end |