Class: Aws::Types::AssociateLambdaFunctionRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.



354
355
356
# File 'sig/types.rbs', line 354

def client_token
  @client_token
end

#function_arn::String

Returns the value of attribute function_arn.



353
354
355
# File 'sig/types.rbs', line 353

def function_arn
  @function_arn
end

#instance_id::String

Returns the value of attribute instance_id.



352
353
354
# File 'sig/types.rbs', line 352

def instance_id
  @instance_id
end