GetAggregateConfigRuleComplianceSummaryResponse
public struct GetAggregateConfigRuleComplianceSummaryResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Returns a list of AggregateComplianceCounts object.
Declaration
Swift
public let aggregateComplianceCounts: [AggregateComplianceCount]?
-
Groups the result based on ACCOUNT_ID or AWS_REGION.
Declaration
Swift
public let groupByKey: String?
-
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?
-
Undocumented
Declaration
Swift
public init(aggregateComplianceCounts: [AggregateComplianceCount]? = nil, groupByKey: String? = nil, nextToken: String? = nil)