Class: Aws::Imagebuilder::Types::TargetContainerRepository

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb

Overview

The container repository where the output container image is stored.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#repository_nameString

The name of the container repository where the output container image is stored. This name is prefixed by the repository location.

Returns:

  • (String)


7520
7521
7522
7523
7524
7525
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7520

class TargetContainerRepository < Struct.new(
  :service,
  :repository_name)
  SENSITIVE = []
  include Aws::Structure
end

#serviceString

Specifies the service in which this image was registered.

Returns:

  • (String)


7520
7521
7522
7523
7524
7525
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7520

class TargetContainerRepository < Struct.new(
  :service,
  :repository_name)
  SENSITIVE = []
  include Aws::Structure
end