Class: Aws::Types::DeleteLifecyclePolicyResponse

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)


202
203
204
# File 'sig/types.rbs', line 202

def last_evaluated_at
  @last_evaluated_at
end

#lifecycle_policy_text::String

Returns the value of attribute lifecycle_policy_text.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def lifecycle_policy_text
  @lifecycle_policy_text
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def repository_name
  @repository_name
end