Class: Aws::Types::GetLifecyclePolicyPreviewRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetLifecyclePolicyPreviewRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ Types::LifecyclePolicyPreviewFilter
Returns the value of attribute filter.
-
#image_ids ⇒ ::Array[Types::ImageIdentifier]
Returns the value of attribute image_ids.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#filter ⇒ Types::LifecyclePolicyPreviewFilter
Returns the value of attribute filter.
496 497 498 |
# File 'sig/types.rbs', line 496 def filter @filter end |
#image_ids ⇒ ::Array[Types::ImageIdentifier]
Returns the value of attribute image_ids.
493 494 495 |
# File 'sig/types.rbs', line 493 def image_ids @image_ids end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
495 496 497 |
# File 'sig/types.rbs', line 495 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
494 495 496 |
# File 'sig/types.rbs', line 494 def next_token @next_token end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
491 492 493 |
# File 'sig/types.rbs', line 491 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
492 493 494 |
# File 'sig/types.rbs', line 492 def repository_name @repository_name end |