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.



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

def error
  @error
end

#image_uri::String

Returns the value of attribute image_uri.

Returns:

  • (::String)


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

def image_uri
  @image_uri
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


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

def location
  @location
end

#repository_type::String

Returns the value of attribute repository_type.

Returns:

  • (::String)


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

def repository_type
  @repository_type
end

#resolved_image_uri::String

Returns the value of attribute resolved_image_uri.

Returns:

  • (::String)


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

def resolved_image_uri
  @resolved_image_uri
end

#resolved_s3_objectTypes::ResolvedS3Object

Returns the value of attribute resolved_s3_object.



836
837
838
# File 'sig/types.rbs', line 836

def resolved_s3_object
  @resolved_s3_object
end

#source_kms_key_arn::String

Returns the value of attribute source_kms_key_arn.

Returns:

  • (::String)


837
838
839
# File 'sig/types.rbs', line 837

def source_kms_key_arn
  @source_kms_key_arn
end