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)


1007
1008
1009
# File 'sig/types.rbs', line 1007

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")


1008
1009
1010
# File 'sig/types.rbs', line 1008

def action_invocation_type
  @action_invocation_type
end

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def agent_id
  @agent_id
end

#collaborator_name::String

Returns the value of attribute collaborator_name.

Returns:

  • (::String)


1010
1011
1012
# File 'sig/types.rbs', line 1010

def collaborator_name
  @collaborator_name
end

#function::String

Returns the value of attribute function.

Returns:

  • (::String)


1011
1012
1013
# File 'sig/types.rbs', line 1011

def function
  @function
end

#parameters::Array[Types::FunctionParameter]

Returns the value of attribute parameters.

Returns:



1012
1013
1014
# File 'sig/types.rbs', line 1012

def parameters
  @parameters
end