Class: Aws::Types::UpdateFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFlowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
-
#definition ⇒ Types::FlowDefinition
Returns the value of attribute definition.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
3006 3007 3008 |
# File 'sig/types.rbs', line 3006 def customer_encryption_key_arn @customer_encryption_key_arn end |
#definition ⇒ Types::FlowDefinition
Returns the value of attribute definition.
3007 3008 3009 |
# File 'sig/types.rbs', line 3007 def definition @definition end |
#description ⇒ ::String
Returns the value of attribute description.
3004 3005 3006 |
# File 'sig/types.rbs', line 3004 def description @description end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
3005 3006 3007 |
# File 'sig/types.rbs', line 3005 def execution_role_arn @execution_role_arn end |
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
3008 3009 3010 |
# File 'sig/types.rbs', line 3008 def flow_identifier @flow_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
3003 3004 3005 |
# File 'sig/types.rbs', line 3003 def name @name end |