Class: Aws::Types::UpdateFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFlowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#flow_definition ⇒ Object
Returns the value of attribute flow_definition.
-
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12692 12693 12694 |
# File 'sig/types.rbs', line 12692 def aws_account_id @aws_account_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
12697 12698 12699 |
# File 'sig/types.rbs', line 12697 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
12695 12696 12697 |
# File 'sig/types.rbs', line 12695 def description @description end |
#flow_definition ⇒ Object
Returns the value of attribute flow_definition.
12696 12697 12698 |
# File 'sig/types.rbs', line 12696 def flow_definition @flow_definition end |
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
12693 12694 12695 |
# File 'sig/types.rbs', line 12693 def flow_id @flow_id end |
#name ⇒ ::String
Returns the value of attribute name.
12694 12695 12696 |
# File 'sig/types.rbs', line 12694 def name @name end |