GetImagePolicyResponse
public struct GetImagePolicyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The image policy object.
Declaration
Swift
public let policy: String?
-
The request ID that uniquely identifies this request.
Declaration
Swift
public let requestId: String?
-
Undocumented
Declaration
Swift
public init(policy: String? = nil, requestId: String? = nil)