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)


826
827
828
# File 'sig/types.rbs', line 826

def image_uri
  @image_uri
end

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


822
823
824
# File 'sig/types.rbs', line 822

def s3_bucket
  @s3_bucket
end

#s3_key::String

Returns the value of attribute s3_key.

Returns:

  • (::String)


823
824
825
# File 'sig/types.rbs', line 823

def s3_key
  @s3_key
end

#s3_object_storage_mode"COPY", "REFERENCE"

Returns the value of attribute s3_object_storage_mode.

Returns:

  • ("COPY", "REFERENCE")


825
826
827
# File 'sig/types.rbs', line 825

def s3_object_storage_mode
  @s3_object_storage_mode
end

#s3_object_version::String

Returns the value of attribute s3_object_version.

Returns:

  • (::String)


824
825
826
# File 'sig/types.rbs', line 824

def s3_object_version
  @s3_object_version
end

#source_kms_key_arn::String

Returns the value of attribute source_kms_key_arn.

Returns:

  • (::String)


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

def source_kms_key_arn
  @source_kms_key_arn
end

#zip_file::String

Returns the value of attribute zip_file.

Returns:

  • (::String)


821
822
823
# File 'sig/types.rbs', line 821

def zip_file
  @zip_file
end