Class: Aws::Types::DisassociateLambdaFunctionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3024
3025
3026
# File 'sig/types.rbs', line 3024

def client_token
  @client_token
end

#function_arn::String

Returns the value of attribute function_arn.

Returns:

  • (::String)


3023
3024
3025
# File 'sig/types.rbs', line 3023

def function_arn
  @function_arn
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


3022
3023
3024
# File 'sig/types.rbs', line 3022

def instance_id
  @instance_id
end