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)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def invocation_identifier
  @invocation_identifier
end

#invocation_step_id::String

Returns the value of attribute invocation_step_id.

Returns:

  • (::String)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def invocation_step_id
  @invocation_step_id
end

#session_identifier::String

Returns the value of attribute session_identifier.

Returns:

  • (::String)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def session_identifier
  @session_identifier
end