Class: Aws::Types::PutLifecyclePolicyResponse

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)


997
998
999
# File 'sig/types.rbs', line 997

def lifecycle_policy_text
  @lifecycle_policy_text
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


995
996
997
# File 'sig/types.rbs', line 995

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


996
997
998
# File 'sig/types.rbs', line 996

def repository_name
  @repository_name
end