Class: Aws::Types::LambdaFunctionRecipeSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#component_dependencies ⇒ ::Hash[::String, Types::ComponentDependencyRequirement]

Returns the value of attribute component_dependencies.

Returns:



503
504
505
# File 'sig/types.rbs', line 503

def component_dependencies
  @component_dependencies
end

#component_lambda_parameters ⇒ Types::LambdaExecutionParameters

Returns the value of attribute component_lambda_parameters.



504
505
506
# File 'sig/types.rbs', line 504

def component_lambda_parameters
  @component_lambda_parameters
end

#component_name ⇒ ::String

Returns the value of attribute component_name.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def component_name
  @component_name
end

#component_platforms ⇒ ::Array[Types::ComponentPlatform]

Returns the value of attribute component_platforms.

Returns:



502
503
504
# File 'sig/types.rbs', line 502

def component_platforms
  @component_platforms
end

#component_version ⇒ ::String

Returns the value of attribute component_version.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def component_version
  @component_version
end

#lambda_arn ⇒ ::String

Returns the value of attribute lambda_arn.

Returns:

  • (::String)


499
500
501
# File 'sig/types.rbs', line 499

def lambda_arn
  @lambda_arn
end