Class: Aws::ECR::Types::PutLifecyclePolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lifecycle_policy_textString

The JSON repository policy text.

Returns:

  • (String)


3209
3210
3211
3212
3213
3214
3215
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3209

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

#registry_idString

The registry ID associated with the request.

Returns:

  • (String)


3209
3210
3211
3212
3213
3214
3215
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3209

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

#repository_nameString

The repository name associated with the request.

Returns:

  • (String)


3209
3210
3211
3212
3213
3214
3215
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3209

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