GetComplianceDetailRequest
public struct GetComplianceDetailRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The AWS account that owns the resources that you want to get the details for.
Declaration
Swift
public let memberAccount: String -
The ID of the policy that you want to get the details for. PolicyId is returned by PutPolicy and by ListPolicies.
Declaration
Swift
public let policyId: String -
Undocumented
Declaration
Swift
public init(memberAccount: String, policyId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetComplianceDetailRequest Structure Reference