Class: Aws::Types::GetLifecyclePolicyPreviewResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetLifecyclePolicyPreviewResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lifecycle_policy_text ⇒ ::String
Returns the value of attribute lifecycle_policy_text.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#preview_results ⇒ ::Array[Types::LifecyclePolicyPreviewResult]
Returns the value of attribute preview_results.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#summary ⇒ Types::LifecyclePolicyPreviewSummary
Returns the value of attribute summary.
Instance Attribute Details
#lifecycle_policy_text ⇒ ::String
Returns the value of attribute lifecycle_policy_text.
503 504 505 |
# File 'sig/types.rbs', line 503 def lifecycle_policy_text @lifecycle_policy_text end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
505 506 507 |
# File 'sig/types.rbs', line 505 def next_token @next_token end |
#preview_results ⇒ ::Array[Types::LifecyclePolicyPreviewResult]
Returns the value of attribute preview_results.
506 507 508 |
# File 'sig/types.rbs', line 506 def preview_results @preview_results end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
501 502 503 |
# File 'sig/types.rbs', line 501 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
502 503 504 |
# File 'sig/types.rbs', line 502 def repository_name @repository_name end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
504 505 506 |
# File 'sig/types.rbs', line 504 def status @status end |
#summary ⇒ Types::LifecyclePolicyPreviewSummary
Returns the value of attribute summary.
507 508 509 |
# File 'sig/types.rbs', line 507 def summary @summary end |