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.
12250 12251 12252 |
# File 'sig/types.rbs', line 12250 def aws_account_id @aws_account_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
12255 12256 12257 |
# File 'sig/types.rbs', line 12255 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
12253 12254 12255 |
# File 'sig/types.rbs', line 12253 def description @description end |
#flow_definition ⇒ Object
Returns the value of attribute flow_definition.
12254 12255 12256 |
# File 'sig/types.rbs', line 12254 def flow_definition @flow_definition end |
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
12251 12252 12253 |
# File 'sig/types.rbs', line 12251 def flow_id @flow_id end |
#name ⇒ ::String
Returns the value of attribute name.
12252 12253 12254 |
# File 'sig/types.rbs', line 12252 def name @name end |