Class: Aws::Types::ActionGroupInvocationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:action_group_name, :api_path, :function, :verb])

Instance Attribute Summary collapse

Instance Attribute Details

#action_group_name::String

Returns the value of attribute action_group_name.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def action_group_name
  @action_group_name
end

#api_path::String

Returns the value of attribute api_path.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def api_path
  @api_path
end

#execution_type"LAMBDA", "RETURN_CONTROL"

Returns the value of attribute execution_type.

Returns:

  • ("LAMBDA", "RETURN_CONTROL")


48
49
50
# File 'sig/types.rbs', line 48

def execution_type
  @execution_type
end

#function::String

Returns the value of attribute function.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def function
  @function
end

#invocation_id::String

Returns the value of attribute invocation_id.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def invocation_id
  @invocation_id
end

#parameters::Array[Types::Parameter]

Returns the value of attribute parameters.

Returns:



51
52
53
# File 'sig/types.rbs', line 51

def parameters
  @parameters
end

#request_bodyTypes::RequestBody

Returns the value of attribute request_body.

Returns:



52
53
54
# File 'sig/types.rbs', line 52

def request_body
  @request_body
end

#verb::String

Returns the value of attribute verb.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def verb
  @verb
end