Class: Aws::Types::GetLifecyclePolicyPreviewResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lifecycle_policy_text::String

Returns the value of attribute lifecycle_policy_text.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


502
503
504
# File 'sig/types.rbs', line 502

def repository_name
  @repository_name
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "COMPLETE", "EXPIRED", "FAILED")


504
505
506
# File 'sig/types.rbs', line 504

def status
  @status
end

#summaryTypes::LifecyclePolicyPreviewSummary

Returns the value of attribute summary.



507
508
509
# File 'sig/types.rbs', line 507

def summary
  @summary
end