Class: Aws::Types::DescribeStateMachineForExecutionOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:definition, :variable_references])

Instance Attribute Summary collapse

Instance Attribute Details

#definition::String

Returns the value of attribute definition.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def definition
  @definition
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



277
278
279
# File 'sig/types.rbs', line 277

def encryption_configuration
  @encryption_configuration
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


275
276
277
# File 'sig/types.rbs', line 275

def label
  @label
end

#logging_configurationTypes::LoggingConfiguration

Returns the value of attribute logging_configuration.



272
273
274
# File 'sig/types.rbs', line 272

def logging_configuration
  @logging_configuration
end

#map_run_arn::String

Returns the value of attribute map_run_arn.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def map_run_arn
  @map_run_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def name
  @name
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def revision_id
  @revision_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def role_arn
  @role_arn
end

#state_machine_arn::String

Returns the value of attribute state_machine_arn.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def state_machine_arn
  @state_machine_arn
end

#tracing_configurationTypes::TracingConfiguration

Returns the value of attribute tracing_configuration.



273
274
275
# File 'sig/types.rbs', line 273

def tracing_configuration
  @tracing_configuration
end

#update_date::Time

Returns the value of attribute update_date.

Returns:

  • (::Time)


271
272
273
# File 'sig/types.rbs', line 271

def update_date
  @update_date
end

#variable_references::Hash[::String, ::Array[::String]]

Returns the value of attribute variable_references.

Returns:

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


278
279
280
# File 'sig/types.rbs', line 278

def variable_references
  @variable_references
end