GroupQuery

public struct GroupQuery : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the resource group that is associated with the specified resource query.

    Declaration

    Swift

    public let groupName: String
  • The resource query that determines which AWS resources are members of the associated resource group.

    Declaration

    Swift

    public let resourceQuery: ResourceQuery
  • Undocumented

    Declaration

    Swift

    public init(groupName: String, resourceQuery: ResourceQuery)