Class: Aws::Types::FunctionCodeLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::FunctionCodeLocationError

Returns the value of attribute error.

Returns:



845
846
847
# File 'sig/types.rbs', line 845

def error
  @error
end

#image_uri::String

Returns the value of attribute image_uri.

Returns:



841
842
843
# File 'sig/types.rbs', line 841

def image_uri
  @image_uri
end

#location::String

Returns the value of attribute location.

Returns:



840
841
842
# File 'sig/types.rbs', line 840

def location
  @location
end

#repository_type::String

Returns the value of attribute repository_type.

Returns:



839
840
841
# File 'sig/types.rbs', line 839

def repository_type
  @repository_type
end

#resolved_image_uri::String

Returns the value of attribute resolved_image_uri.

Returns:



842
843
844
# File 'sig/types.rbs', line 842

def resolved_image_uri
  @resolved_image_uri
end

#resolved_s3_objectTypes::ResolvedS3Object

Returns the value of attribute resolved_s3_object.

Returns:



843
844
845
# File 'sig/types.rbs', line 843

def resolved_s3_object
  @resolved_s3_object
end

#source_kms_key_arn::String

Returns the value of attribute source_kms_key_arn.

Returns:



844
845
846
# File 'sig/types.rbs', line 844

def source_kms_key_arn
  @source_kms_key_arn
end