Class: Aws::Types::PutLifecyclePolicyRequest

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)


990
991
992
# File 'sig/types.rbs', line 990

def lifecycle_policy_text
  @lifecycle_policy_text
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


988
989
990
# File 'sig/types.rbs', line 988

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


989
990
991
# File 'sig/types.rbs', line 989

def repository_name
  @repository_name
end