DescribeLocalGatewaysRequest
public struct DescribeLocalGatewaysRequest : AWSShape
extension EC2.DescribeLocalGatewaysRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Declaration
Swift
public let dryRun: Bool?
-
One or more filters.
Declaration
Swift
public let filters: [Filter]?
-
One or more filters. local-gateway-id - The ID of a local gateway. local-gateway-route-table-id - The ID of the local gateway route table. local-gateway-route-table-virtual-interface-group-association-id - The ID of the association. local-gateway-route-table-virtual-interface-group-id - The ID of the virtual interface group. outpost-arn - The Amazon Resource Name (ARN) of the Outpost. state - The state of the association.
Declaration
Swift
public let localGatewayIds: [String]?
-
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
Declaration
Swift
public let maxResults: Int?
-
The token for the next page of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(dryRun: Bool? = nil, filters: [Filter]? = nil, localGatewayIds: [String]? = nil, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> EC2.DescribeLocalGatewaysRequest