Class: Aws::Types::UpdateFlowTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFlowTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compatible_namespace_version ⇒ ::Integer
Returns the value of attribute compatible_namespace_version.
-
#definition ⇒ Types::DefinitionDocument
Returns the value of attribute definition.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#compatible_namespace_version ⇒ ::Integer
Returns the value of attribute compatible_namespace_version.
550 551 552 |
# File 'sig/types.rbs', line 550 def compatible_namespace_version @compatible_namespace_version end |
#definition ⇒ Types::DefinitionDocument
Returns the value of attribute definition.
549 550 551 |
# File 'sig/types.rbs', line 549 def definition @definition end |
#id ⇒ ::String
Returns the value of attribute id.
548 549 550 |
# File 'sig/types.rbs', line 548 def id @id end |