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.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def aws_account_id @aws_account_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2395 2396 2397 |
# File 'sig/types.rbs', line 2395 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def description @description end |
#flow_definition ⇒ Object
Returns the value of attribute flow_definition.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def flow_definition @flow_definition end |
#name ⇒ ::String
Returns the value of attribute name.
2391 2392 2393 |
# File 'sig/types.rbs', line 2391 def name @name end |
#permissions ⇒ ::Array[Types::Permission]
Returns the value of attribute permissions.
2394 2395 2396 |
# File 'sig/types.rbs', line 2394 def @permissions end |