Class: Aws::Types::UpdateStateMachineInput

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)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def definition
  @definition
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



1163
1164
1165
# File 'sig/types.rbs', line 1163

def encryption_configuration
  @encryption_configuration
end

#logging_configurationTypes::LoggingConfiguration

Returns the value of attribute logging_configuration.



1159
1160
1161
# File 'sig/types.rbs', line 1159

def logging_configuration
  @logging_configuration
end

#publishBoolean

Returns the value of attribute publish.

Returns:

  • (Boolean)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def publish
  @publish
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def role_arn
  @role_arn
end

#state_machine_arn::String

Returns the value of attribute state_machine_arn.

Returns:

  • (::String)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def state_machine_arn
  @state_machine_arn
end

#tracing_configurationTypes::TracingConfiguration

Returns the value of attribute tracing_configuration.



1160
1161
1162
# File 'sig/types.rbs', line 1160

def tracing_configuration
  @tracing_configuration
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


1162
1163
1164
# File 'sig/types.rbs', line 1162

def version_description
  @version_description
end