UsageCriteria

public struct UsageCriteria : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The account IDs to aggregate usage statistics from.

    Declaration

    Swift

    public let accountIds: [String]?
  • The data sources to aggregate usage statistics from.

    Declaration

    Swift

    public let dataSources: [DataSource]
  • The resources to aggregate usage statistics from. Only accepts exact resource names.

    Declaration

    Swift

    public let resources: [String]?
  • Undocumented

    Declaration

    Swift

    public init(accountIds: [String]? = nil, dataSources: [DataSource], resources: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws