Class: Aws::Types::CreateFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFlowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
510 511 512 |
# File 'sig/types.rbs', line 510 def client_token @client_token end |
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
508 509 510 |
# File 'sig/types.rbs', line 508 def customer_encryption_key_arn @customer_encryption_key_arn end |
#definition ⇒ Types::FlowDefinition
Returns the value of attribute definition.
509 510 511 |
# File 'sig/types.rbs', line 509 def definition @definition end |
#description ⇒ ::String
Returns the value of attribute description.
506 507 508 |
# File 'sig/types.rbs', line 506 def description @description end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
507 508 509 |
# File 'sig/types.rbs', line 507 def execution_role_arn @execution_role_arn end |
#name ⇒ ::String
Returns the value of attribute name.
505 506 507 |
# File 'sig/types.rbs', line 505 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
511 512 513 |
# File 'sig/types.rbs', line 511 def @tags end |