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)


388
389
390
# File 'sig/types.rbs', line 388

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


389
390
391
# File 'sig/types.rbs', line 389

def action_invocation_type
  @action_invocation_type
end

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def agent_id
  @agent_id
end

#api_path::String

Returns the value of attribute api_path.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def api_path
  @api_path
end

#collaborator_name::String

Returns the value of attribute collaborator_name.

Returns:

  • (::String)


392
393
394
# File 'sig/types.rbs', line 392

def collaborator_name
  @collaborator_name
end

#http_method::String

Returns the value of attribute http_method.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def http_method
  @http_method
end

#parameters::Array[Types::ApiParameter]

Returns the value of attribute parameters.

Returns:



394
395
396
# File 'sig/types.rbs', line 394

def parameters
  @parameters
end

#request_bodyTypes::ApiRequestBody

Returns the value of attribute request_body.



395
396
397
# File 'sig/types.rbs', line 395

def request_body
  @request_body
end