Class: Aws::Types::GetLifecyclePolicyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_evaluated_at::Time

Returns the value of attribute last_evaluated_at.

Returns:

  • (::Time)


521
522
523
# File 'sig/types.rbs', line 521

def last_evaluated_at
  @last_evaluated_at
end

#lifecycle_policy_text::String

Returns the value of attribute lifecycle_policy_text.

Returns:

  • (::String)


520
521
522
# File 'sig/types.rbs', line 520

def lifecycle_policy_text
  @lifecycle_policy_text
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


518
519
520
# File 'sig/types.rbs', line 518

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


519
520
521
# File 'sig/types.rbs', line 519

def repository_name
  @repository_name
end