Class: Aws::Types::AwsLambdaFunctionDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#architectures::Array[::String]

Returns the value of attribute architectures.

Returns:

  • (::Array[::String])


3139
3140
3141
# File 'sig/types.rbs', line 3139

def architectures
  @architectures
end

#codeTypes::AwsLambdaFunctionCode

Returns the value of attribute code.



3121
3122
3123
# File 'sig/types.rbs', line 3121

def code
  @code
end

#code_sha_256::String

Returns the value of attribute code_sha_256.

Returns:

  • (::String)


3122
3123
3124
# File 'sig/types.rbs', line 3122

def code_sha_256
  @code_sha_256
end

#dead_letter_configTypes::AwsLambdaFunctionDeadLetterConfig

Returns the value of attribute dead_letter_config.



3123
3124
3125
# File 'sig/types.rbs', line 3123

def dead_letter_config
  @dead_letter_config
end

#environmentTypes::AwsLambdaFunctionEnvironment

Returns the value of attribute environment.



3124
3125
3126
# File 'sig/types.rbs', line 3124

def environment
  @environment
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


3125
3126
3127
# File 'sig/types.rbs', line 3125

def function_name
  @function_name
end

#handler::String

Returns the value of attribute handler.

Returns:

  • (::String)


3126
3127
3128
# File 'sig/types.rbs', line 3126

def handler
  @handler
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


3127
3128
3129
# File 'sig/types.rbs', line 3127

def kms_key_arn
  @kms_key_arn
end

#last_modified::String

Returns the value of attribute last_modified.

Returns:

  • (::String)


3128
3129
3130
# File 'sig/types.rbs', line 3128

def last_modified
  @last_modified
end

#layers::Array[Types::AwsLambdaFunctionLayer]

Returns the value of attribute layers.

Returns:



3129
3130
3131
# File 'sig/types.rbs', line 3129

def layers
  @layers
end

#master_arn::String

Returns the value of attribute master_arn.

Returns:

  • (::String)


3130
3131
3132
# File 'sig/types.rbs', line 3130

def master_arn
  @master_arn
end

#memory_size::Integer

Returns the value of attribute memory_size.

Returns:

  • (::Integer)


3131
3132
3133
# File 'sig/types.rbs', line 3131

def memory_size
  @memory_size
end

#package_type::String

Returns the value of attribute package_type.

Returns:

  • (::String)


3140
3141
3142
# File 'sig/types.rbs', line 3140

def package_type
  @package_type
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


3132
3133
3134
# File 'sig/types.rbs', line 3132

def revision_id
  @revision_id
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


3133
3134
3135
# File 'sig/types.rbs', line 3133

def role
  @role
end

#runtime::String

Returns the value of attribute runtime.

Returns:

  • (::String)


3134
3135
3136
# File 'sig/types.rbs', line 3134

def runtime
  @runtime
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


3135
3136
3137
# File 'sig/types.rbs', line 3135

def timeout
  @timeout
end

#tracing_configTypes::AwsLambdaFunctionTracingConfig

Returns the value of attribute tracing_config.



3136
3137
3138
# File 'sig/types.rbs', line 3136

def tracing_config
  @tracing_config
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


3138
3139
3140
# File 'sig/types.rbs', line 3138

def version
  @version
end

#vpc_configTypes::AwsLambdaFunctionVpcConfig

Returns the value of attribute vpc_config.



3137
3138
3139
# File 'sig/types.rbs', line 3137

def vpc_config
  @vpc_config
end