Class: Aws::Types::AwsLambdaFunctionCode

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


3108
3109
3110
# File 'sig/types.rbs', line 3108

def s3_bucket
  @s3_bucket
end

#s3_key::String

Returns the value of attribute s3_key.

Returns:

  • (::String)


3109
3110
3111
# File 'sig/types.rbs', line 3109

def s3_key
  @s3_key
end

#s3_object_version::String

Returns the value of attribute s3_object_version.

Returns:

  • (::String)


3110
3111
3112
# File 'sig/types.rbs', line 3110

def s3_object_version
  @s3_object_version
end

#zip_file::String

Returns the value of attribute zip_file.

Returns:

  • (::String)


3111
3112
3113
# File 'sig/types.rbs', line 3111

def zip_file
  @zip_file
end