GroupedResourceCount

public struct GroupedResourceCount : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the group that can be region, account ID, or resource type. For example, region1, region2 if the region was chosen as GroupByKey.

    Declaration

    Swift

    public let groupName: String
  • The number of resources in the group.

    Declaration

    Swift

    public let resourceCount: Int64
  • Undocumented

    Declaration

    Swift

    public init(groupName: String, resourceCount: Int64)