Class: Aws::ECR::Types::GetLifecyclePolicyResponse

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

#last_evaluated_atTime

The time stamp of the last time that the lifecycle policy was run.

Returns:

  • (Time)


1555
1556
1557
1558
1559
1560
1561
1562
# File 'lib/aws-sdk-ecr/types.rb', line 1555

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

#lifecycle_policy_textString

The JSON lifecycle policy text.

Returns:

  • (String)


1555
1556
1557
1558
1559
1560
1561
1562
# File 'lib/aws-sdk-ecr/types.rb', line 1555

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

#registry_idString

The registry ID associated with the request.

Returns:

  • (String)


1555
1556
1557
1558
1559
1560
1561
1562
# File 'lib/aws-sdk-ecr/types.rb', line 1555

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

#repository_nameString

The repository name associated with the request.

Returns:

  • (String)


1555
1556
1557
1558
1559
1560
1561
1562
# File 'lib/aws-sdk-ecr/types.rb', line 1555

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