Class: Aws::Types::ApiInvocationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:api_path, :collaborator_name])

Instance Attribute Summary collapse

Instance Attribute Details

#action_group::String

Returns the value of attribute action_group.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

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


307
308
309
# File 'sig/types.rbs', line 307

def action_invocation_type
  @action_invocation_type
end

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def agent_id
  @agent_id
end

#api_path::String

Returns the value of attribute api_path.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def api_path
  @api_path
end

#collaborator_name::String

Returns the value of attribute collaborator_name.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def collaborator_name
  @collaborator_name
end

#http_method::String

Returns the value of attribute http_method.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def http_method
  @http_method
end

#parameters::Array[Types::ApiParameter]

Returns the value of attribute parameters.

Returns:



312
313
314
# File 'sig/types.rbs', line 312

def parameters
  @parameters
end

#request_bodyTypes::ApiRequestBody

Returns the value of attribute request_body.



313
314
315
# File 'sig/types.rbs', line 313

def request_body
  @request_body
end