Class: Aws::Types::PublishStateMachineVersionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


806
807
808
# File 'sig/types.rbs', line 806

def description
  @description
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


805
806
807
# File 'sig/types.rbs', line 805

def revision_id
  @revision_id
end

#state_machine_arn::String

Returns the value of attribute state_machine_arn.

Returns:

  • (::String)


804
805
806
# File 'sig/types.rbs', line 804

def state_machine_arn
  @state_machine_arn
end