Class: Aws::Types::ImageRepository

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_configuration ⇒ Types::ImageConfiguration

Returns the value of attribute image_configuration.



373
374
375
# File 'sig/types.rbs', line 373

def image_configuration
  @image_configuration
end

#image_identifier ⇒ ::String

Returns the value of attribute image_identifier.

Returns:

  • (::String)


372
373
374
# File 'sig/types.rbs', line 372

def image_identifier
  @image_identifier
end

#image_repository_type ⇒ "ECR", "ECR_PUBLIC"

Returns the value of attribute image_repository_type.

Returns:

  • ("ECR", "ECR_PUBLIC")


374
375
376
# File 'sig/types.rbs', line 374

def image_repository_type
  @image_repository_type
end