Class: Aws::ECR::Types::DeleteLifecyclePolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#registry_idString

The Amazon Web Services account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.

Returns:

  • (String)


601
602
603
604
605
606
# File 'lib/aws-sdk-ecr/types.rb', line 601

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

#repository_nameString

The name of the repository.

Returns:

  • (String)


601
602
603
604
605
606
# File 'lib/aws-sdk-ecr/types.rb', line 601

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