LifecyclePolicy

public struct LifecyclePolicy : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A value that describes the period of time that a file is not accessed, after which it transitions to the IA storage class. Metadata operations such as listing the contents of a directory don’t count as file access events.

    Declaration

    Swift

    public let transitionToIA: TransitionToIARules?
  • Undocumented

    Declaration

    Swift

    public init(transitionToIA: TransitionToIARules? = nil)