GetGroupCertificateAuthorityResponse
public struct GetGroupCertificateAuthorityResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the certificate authority for the group.
Declaration
Swift
public let groupCertificateAuthorityArn: String?
-
The ID of the certificate authority for the group.
Declaration
Swift
public let groupCertificateAuthorityId: String?
-
The PEM encoded certificate for the group.
Declaration
Swift
public let pemEncodedCertificate: String?
-
Undocumented
Declaration
Swift
public init(groupCertificateAuthorityArn: String? = nil, groupCertificateAuthorityId: String? = nil, pemEncodedCertificate: String? = nil)