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)


3641
3642
3643
3644
3645
3646
3647
3648
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3641

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)


3641
3642
3643
3644
3645
3646
3647
3648
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3641

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)


3641
3642
3643
3644
3645
3646
3647
3648
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3641

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)


3641
3642
3643
3644
3645
3646
3647
3648
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3641

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