Class: Aws::Types::UpdateStateMachineOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


1169
1170
1171
# File 'sig/types.rbs', line 1169

def revision_id
  @revision_id
end

#state_machine_version_arn::String

Returns the value of attribute state_machine_version_arn.

Returns:

  • (::String)


1170
1171
1172
# File 'sig/types.rbs', line 1170

def state_machine_version_arn
  @state_machine_version_arn
end

#update_date::Time

Returns the value of attribute update_date.

Returns:

  • (::Time)


1168
1169
1170
# File 'sig/types.rbs', line 1168

def update_date
  @update_date
end