Class: Aws::Types::LifecyclePolicyPreviewResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::LifecyclePolicyRuleAction

Returns the value of attribute action.



805
806
807
# File 'sig/types.rbs', line 805

def action
  @action
end

#applied_rule_priority::Integer

Returns the value of attribute applied_rule_priority.

Returns:

  • (::Integer)


806
807
808
# File 'sig/types.rbs', line 806

def applied_rule_priority
  @applied_rule_priority
end

#image_digest::String

Returns the value of attribute image_digest.

Returns:

  • (::String)


803
804
805
# File 'sig/types.rbs', line 803

def image_digest
  @image_digest
end

#image_pushed_at::Time

Returns the value of attribute image_pushed_at.

Returns:

  • (::Time)


804
805
806
# File 'sig/types.rbs', line 804

def image_pushed_at
  @image_pushed_at
end

#image_tags::Array[::String]

Returns the value of attribute image_tags.

Returns:

  • (::Array[::String])


802
803
804
# File 'sig/types.rbs', line 802

def image_tags
  @image_tags
end

#storage_class"ARCHIVE", "STANDARD"

Returns the value of attribute storage_class.

Returns:

  • ("ARCHIVE", "STANDARD")


807
808
809
# File 'sig/types.rbs', line 807

def storage_class
  @storage_class
end