Class: Aws::ECR::Types::StartLifecyclePolicyPreviewResponse

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)


4059
4060
4061
4062
4063
4064
4065
4066
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4059

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

#registry_idString

The registry ID associated with the request.

Returns:

  • (String)


4059
4060
4061
4062
4063
4064
4065
4066
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4059

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

#repository_nameString

The repository name associated with the request.

Returns:

  • (String)


4059
4060
4061
4062
4063
4064
4065
4066
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4059

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

#statusString

The status of the lifecycle policy preview request.

Returns:

  • (String)


4059
4060
4061
4062
4063
4064
4065
4066
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4059

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