Class: Aws::Types::CreateFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFlowRequest
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#permissions ⇒ ::Array[Types::Permission]
Returns the value of attribute permissions.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2274 2275 2276 |
# File 'sig/types.rbs', line 2274 def aws_account_id @aws_account_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2279 2280 2281 |
# File 'sig/types.rbs', line 2279 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
2276 2277 2278 |
# File 'sig/types.rbs', line 2276 def description @description end |
#flow_definition ⇒ Object
Returns the value of attribute flow_definition.
2277 2278 2279 |
# File 'sig/types.rbs', line 2277 def flow_definition @flow_definition end |
#name ⇒ ::String
Returns the value of attribute name.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def name @name end |
#permissions ⇒ ::Array[Types::Permission]
Returns the value of attribute permissions.
2278 2279 2280 |
# File 'sig/types.rbs', line 2278 def @permissions end |