ResourceCountFilters
public struct ResourceCountFilters : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The 12-digit ID of the account.
Declaration
Swift
public let accountId: String?
-
The region where the account is located.
Declaration
Swift
public let region: String?
-
The type of the AWS resource.
Declaration
Swift
public let resourceType: ResourceType?
-
Undocumented
Declaration
Swift
public init(accountId: String? = nil, region: String? = nil, resourceType: ResourceType? = nil)
-
Declaration
Swift
public func validate(name: String) throws