Class: Aws::Types::GetInvocationStepRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#invocation_identifier::String

Returns the value of attribute invocation_identifier.

Returns:

  • (::String)


1238
1239
1240
# File 'sig/types.rbs', line 1238

def invocation_identifier
  @invocation_identifier
end

#invocation_step_id::String

Returns the value of attribute invocation_step_id.

Returns:

  • (::String)


1239
1240
1241
# File 'sig/types.rbs', line 1239

def invocation_step_id
  @invocation_step_id
end

#session_identifier::String

Returns the value of attribute session_identifier.

Returns:

  • (::String)


1240
1241
1242
# File 'sig/types.rbs', line 1240

def session_identifier
  @session_identifier
end