Class: Aws::Types::CreateWorkflowRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkflowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#code ⇒ Types::Code
Returns the value of attribute code.
-
#definition_s3_location ⇒ Types::DefinitionS3Location
Returns the value of attribute definition_s3_location.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#engine_version ⇒ ::Integer
Returns the value of attribute engine_version.
-
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#trigger_mode ⇒ ::String
Returns the value of attribute trigger_mode.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
36 37 38 |
# File 'sig/types.rbs', line 36 def client_token @client_token end |
#code ⇒ Types::Code
Returns the value of attribute code.
38 39 40 |
# File 'sig/types.rbs', line 38 def code @code end |
#definition_s3_location ⇒ Types::DefinitionS3Location
Returns the value of attribute definition_s3_location.
37 38 39 |
# File 'sig/types.rbs', line 37 def definition_s3_location @definition_s3_location end |
#description ⇒ ::String
Returns the value of attribute description.
40 41 42 |
# File 'sig/types.rbs', line 40 def description @description end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
41 42 43 |
# File 'sig/types.rbs', line 41 def encryption_configuration @encryption_configuration end |
#engine_version ⇒ ::Integer
Returns the value of attribute engine_version.
43 44 45 |
# File 'sig/types.rbs', line 43 def engine_version @engine_version end |
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
42 43 44 |
# File 'sig/types.rbs', line 42 def logging_configuration @logging_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
35 36 37 |
# File 'sig/types.rbs', line 35 def name @name end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
44 45 46 |
# File 'sig/types.rbs', line 44 def network_configuration @network_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
39 40 41 |
# File 'sig/types.rbs', line 39 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
45 46 47 |
# File 'sig/types.rbs', line 45 def @tags end |
#trigger_mode ⇒ ::String
Returns the value of attribute trigger_mode.
46 47 48 |
# File 'sig/types.rbs', line 46 def trigger_mode @trigger_mode end |