Class: Aws::Types::CreateStateMachineInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:definition, :version_description])

Instance Attribute Summary collapse

Instance Attribute Details

#definition::String

Returns the value of attribute definition.

Returns:

  • (::String)


130
131
132
# File 'sig/types.rbs', line 130

def definition
  @definition
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



138
139
140
# File 'sig/types.rbs', line 138

def encryption_configuration
  @encryption_configuration
end

#logging_configurationTypes::LoggingConfiguration

Returns the value of attribute logging_configuration.



133
134
135
# File 'sig/types.rbs', line 133

def logging_configuration
  @logging_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def name
  @name
end

#publishBoolean

Returns the value of attribute publish.

Returns:

  • (Boolean)


136
137
138
# File 'sig/types.rbs', line 136

def publish
  @publish
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



134
135
136
# File 'sig/types.rbs', line 134

def tags
  @tags
end

#tracing_configurationTypes::TracingConfiguration

Returns the value of attribute tracing_configuration.



135
136
137
# File 'sig/types.rbs', line 135

def tracing_configuration
  @tracing_configuration
end

#type"STANDARD", "EXPRESS"

Returns the value of attribute type.

Returns:

  • ("STANDARD", "EXPRESS")


132
133
134
# File 'sig/types.rbs', line 132

def type
  @type
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def version_description
  @version_description
end