Class: Aws::Types::SendWorkflowStepActionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action ⇒ "RESUME", "STOP"

Returns the value of attribute action.

Returns:

  • ("RESUME", "STOP")


1948
1949
1950
# File 'sig/types.rbs', line 1948

def action
  @action
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1950
1951
1952
# File 'sig/types.rbs', line 1950

def client_token
  @client_token
end

#image_build_version_arn ⇒ ::String

Returns the value of attribute image_build_version_arn.

Returns:

  • (::String)


1947
1948
1949
# File 'sig/types.rbs', line 1947

def image_build_version_arn
  @image_build_version_arn
end

#reason ⇒ ::String

Returns the value of attribute reason.

Returns:

  • (::String)


1949
1950
1951
# File 'sig/types.rbs', line 1949

def reason
  @reason
end

#step_execution_id ⇒ ::String

Returns the value of attribute step_execution_id.

Returns:

  • (::String)


1946
1947
1948
# File 'sig/types.rbs', line 1946

def step_execution_id
  @step_execution_id
end