Class: Aws::Types::StartLifecyclePolicyPreviewRequest

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)


1269
1270
1271
# File 'sig/types.rbs', line 1269

def lifecycle_policy_text
  @lifecycle_policy_text
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


1267
1268
1269
# File 'sig/types.rbs', line 1267

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1268
1269
1270
# File 'sig/types.rbs', line 1268

def repository_name
  @repository_name
end