Class: Aws::Types::AwsStepFunctionStateMachineDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


4424
4425
4426
# File 'sig/types.rbs', line 4424

def label
  @label
end

#logging_configurationTypes::AwsStepFunctionStateMachineLoggingConfigurationDetails

Returns the value of attribute logging_configuration.



4425
4426
4427
# File 'sig/types.rbs', line 4425

def logging_configuration
  @logging_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4426
4427
4428
# File 'sig/types.rbs', line 4426

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4427
4428
4429
# File 'sig/types.rbs', line 4427

def role_arn
  @role_arn
end

#state_machine_arn::String

Returns the value of attribute state_machine_arn.

Returns:

  • (::String)


4428
4429
4430
# File 'sig/types.rbs', line 4428

def state_machine_arn
  @state_machine_arn
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


4429
4430
4431
# File 'sig/types.rbs', line 4429

def status
  @status
end

#tracing_configurationTypes::AwsStepFunctionStateMachineTracingConfigurationDetails

Returns the value of attribute tracing_configuration.



4430
4431
4432
# File 'sig/types.rbs', line 4430

def tracing_configuration
  @tracing_configuration
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


4431
4432
4433
# File 'sig/types.rbs', line 4431

def type
  @type
end