ListResolverRuleAssociationsResponse

public struct ListResolverRuleAssociationsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The value that you specified for MaxResults in the request.

    Declaration

    Swift

    public let maxResults: Int?
  • If more than MaxResults rule associations match the specified criteria, you can submit another ListResolverRuleAssociation request to get the next group of results. In the next request, specify the value of NextToken from the previous response.

    Declaration

    Swift

    public let nextToken: String?
  • The associations that were created between Resolver rules and VPCs using the current AWS account, and that match the specified filters, if any.

    Declaration

    Swift

    public let resolverRuleAssociations: [ResolverRuleAssociation]?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil, resolverRuleAssociations: [ResolverRuleAssociation]? = nil)