Class: Aws::Types::FunctionInvocationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:collaborator_name])

Instance Attribute Summary collapse

Instance Attribute Details

#action_group::String

Returns the value of attribute action_group.

Returns:

  • (::String)


1089
1090
1091
# File 'sig/types.rbs', line 1089

def action_group
  @action_group
end

#action_invocation_type"RESULT", ...

Returns the value of attribute action_invocation_type.

Returns:

  • ("RESULT", "USER_CONFIRMATION", "USER_CONFIRMATION_AND_RESULT")


1090
1091
1092
# File 'sig/types.rbs', line 1090

def action_invocation_type
  @action_invocation_type
end

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


1091
1092
1093
# File 'sig/types.rbs', line 1091

def agent_id
  @agent_id
end

#collaborator_name::String

Returns the value of attribute collaborator_name.

Returns:

  • (::String)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def collaborator_name
  @collaborator_name
end

#function::String

Returns the value of attribute function.

Returns:

  • (::String)


1093
1094
1095
# File 'sig/types.rbs', line 1093

def function
  @function
end

#parameters::Array[Types::FunctionParameter]

Returns the value of attribute parameters.

Returns:



1094
1095
1096
# File 'sig/types.rbs', line 1094

def parameters
  @parameters
end