Class: Aws::ElasticBeanstalk::Types::ImageSource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticbeanstalk/types.rb

Overview

The location of a container image.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#uriString

The URI of the container image, including the registry, the repository, and the image tag or digest. For example, 111122223333.dkr.ecr.us-east-1.amazonaws.com/my-repository:latest.

Returns:



2819
2820
2821
2822
2823
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2819

class ImageSource < Struct.new(
  :uri)
  SENSITIVE = []
  include Aws::Structure
end