Class: Aws::Types::GetLifecyclePolicyPreviewRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::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.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


492
493
494
# File 'sig/types.rbs', line 492

def repository_name
  @repository_name
end