DescribeHapgResponse
public struct DescribeHapgResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the high-availability partition group.
Declaration
Swift
public let hapgArn: String?
-
The serial number of the high-availability partition group.
Declaration
Swift
public let hapgSerial: String?
-
Undocumented
Declaration
Swift
public let hsmsLastActionFailed: [String]?
-
Undocumented
Declaration
Swift
public let hsmsPendingDeletion: [String]?
-
Undocumented
Declaration
Swift
public let hsmsPendingRegistration: [String]?
-
The label for the high-availability partition group.
Declaration
Swift
public let label: String?
-
The date and time the high-availability partition group was last modified.
Declaration
Swift
public let lastModifiedTimestamp: String?
-
The list of partition serial numbers that belong to the high-availability partition group.
Declaration
Swift
public let partitionSerialList: [String]?
-
The state of the high-availability partition group.
Declaration
Swift
public let state: CloudHsmObjectState?
-
init(hapgArn:hapgSerial:hsmsLastActionFailed:hsmsPendingDeletion:hsmsPendingRegistration:label:lastModifiedTimestamp:partitionSerialList:state:)
Undocumented
Declaration
Swift
public init(hapgArn: String? = nil, hapgSerial: String? = nil, hsmsLastActionFailed: [String]? = nil, hsmsPendingDeletion: [String]? = nil, hsmsPendingRegistration: [String]? = nil, label: String? = nil, lastModifiedTimestamp: String? = nil, partitionSerialList: [String]? = nil, state: CloudHsmObjectState? = nil)