Class: Aws::Types::FunctionCodeLocation

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::FunctionCodeLocationError

Returns the value of attribute error.



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

def error
  @error
end

#image_uri::String

Returns the value of attribute image_uri.



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

def image_uri
  @image_uri
end

#location::String

Returns the value of attribute location.



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

def location
  @location
end

#repository_type::String

Returns the value of attribute repository_type.



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.



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.



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.



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

def source_kms_key_arn
  @source_kms_key_arn
end