Class: Aws::Types::StartLifecyclePolicyPreviewResponse

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)


1276
1277
1278
# File 'sig/types.rbs', line 1276

def lifecycle_policy_text
  @lifecycle_policy_text
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


1274
1275
1276
# File 'sig/types.rbs', line 1274

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1275
1276
1277
# File 'sig/types.rbs', line 1275

def repository_name
  @repository_name
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "COMPLETE", "EXPIRED", "FAILED")


1277
1278
1279
# File 'sig/types.rbs', line 1277

def status
  @status
end