Class: Aws::SecurityHub::Types::AwsEcrRepositoryLifecyclePolicyDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcrRepositoryLifecyclePolicyDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Information about the lifecycle policy for the repository.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lifecycle_policy_text ⇒ String
The text of the lifecycle policy.
-
#registry_id ⇒ String
The Amazon Web Services account identifier that is associated with the registry that contains the repository.
Instance Attribute Details
#lifecycle_policy_text ⇒ String
The text of the lifecycle policy.
9606 9607 9608 9609 9610 9611 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9606 class AwsEcrRepositoryLifecyclePolicyDetails < Struct.new( :lifecycle_policy_text, :registry_id) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The Amazon Web Services account identifier that is associated with the registry that contains the repository.
9606 9607 9608 9609 9610 9611 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9606 class AwsEcrRepositoryLifecyclePolicyDetails < Struct.new( :lifecycle_policy_text, :registry_id) SENSITIVE = [] include Aws::Structure end |