Class: Aws::Types::FunctionCode

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:zip_file])

Instance Attribute Summary collapse

Instance Attribute Details

#image_uri::String

Returns the value of attribute image_uri.

Returns:

  • (::String)


833
834
835
# File 'sig/types.rbs', line 833

def image_uri
  @image_uri
end

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


829
830
831
# File 'sig/types.rbs', line 829

def s3_bucket
  @s3_bucket
end

#s3_key::String

Returns the value of attribute s3_key.

Returns:

  • (::String)


830
831
832
# File 'sig/types.rbs', line 830

def s3_key
  @s3_key
end

#s3_object_storage_mode"COPY", "REFERENCE"

Returns the value of attribute s3_object_storage_mode.

Returns:

  • ("COPY", "REFERENCE")


832
833
834
# File 'sig/types.rbs', line 832

def s3_object_storage_mode
  @s3_object_storage_mode
end

#s3_object_version::String

Returns the value of attribute s3_object_version.

Returns:

  • (::String)


831
832
833
# File 'sig/types.rbs', line 831

def s3_object_version
  @s3_object_version
end

#source_kms_key_arn::String

Returns the value of attribute source_kms_key_arn.

Returns:

  • (::String)


834
835
836
# File 'sig/types.rbs', line 834

def source_kms_key_arn
  @source_kms_key_arn
end

#zip_file::String

Returns the value of attribute zip_file.

Returns:

  • (::String)


828
829
830
# File 'sig/types.rbs', line 828

def zip_file
  @zip_file
end