GetComplianceDetailsByResourceRequest
public struct GetComplianceDetailsByResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Filters the results by compliance. The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
Declaration
Swift
public let complianceTypes: [ComplianceType]?
-
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Declaration
Swift
public let nextToken: String?
-
The ID of the AWS resource for which you want compliance information.
Declaration
Swift
public let resourceId: String
-
The type of the AWS resource for which you want compliance information.
Declaration
Swift
public let resourceType: String
-
Undocumented
Declaration
Swift
public init(complianceTypes: [ComplianceType]? = nil, nextToken: String? = nil, resourceId: String, resourceType: String)
-
Declaration
Swift
public func validate(name: String) throws