Class: Aws::Types::DescribeStateMachineInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#included_data"ALL_DATA", "METADATA_ONLY"

Returns the value of attribute included_data.

Returns:

  • ("ALL_DATA", "METADATA_ONLY")


284
285
286
# File 'sig/types.rbs', line 284

def included_data
  @included_data
end

#state_machine_arn::String

Returns the value of attribute state_machine_arn.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def state_machine_arn
  @state_machine_arn
end