LifecyclePolicySummary
public struct LifecyclePolicySummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The description of the lifecycle policy.
Declaration
Swift
public let description: String?
-
The identifier of the lifecycle policy.
Declaration
Swift
public let policyId: String?
-
The activation state of the lifecycle policy.
Declaration
Swift
public let state: GettablePolicyStateValues?
-
The tags.
Declaration
Swift
public let tags: [String : String]?
-
Undocumented
Declaration
Swift
public init(description: String? = nil, policyId: String? = nil, state: GettablePolicyStateValues? = nil, tags: [String : String]? = nil)