Class: Aws::Types::CreateWorkflowRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


36
37
38
# File 'sig/types.rbs', line 36

def client_token
  @client_token
end

#codeTypes::Code

Returns the value of attribute code.

Returns:



38
39
40
# File 'sig/types.rbs', line 38

def code
  @code
end

#definition_s3_locationTypes::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.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def description
  @description
end

#encryption_configurationTypes::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.

Returns:

  • (::Integer)


43
44
45
# File 'sig/types.rbs', line 43

def engine_version
  @engine_version
end

#logging_configurationTypes::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.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def name
  @name
end

#network_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


45
46
47
# File 'sig/types.rbs', line 45

def tags
  @tags
end

#trigger_mode::String

Returns the value of attribute trigger_mode.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def trigger_mode
  @trigger_mode
end