DescribeVpcEndpointServicePermissionsRequest
public struct DescribeVpcEndpointServicePermissionsRequest : AWSShape
extension EC2.DescribeVpcEndpointServicePermissionsRequest: 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. principal - The ARN of the principal. principal-type - The principal type (All | Service | OrganizationUnit | Account | User | Role).
Declaration
Swift
public let filters: [Filter]?
-
The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1,000; if MaxResults is given a value larger than 1,000, only 1,000 results are returned.
Declaration
Swift
public let maxResults: Int?
-
The token to retrieve the next page of results.
Declaration
Swift
public let nextToken: String?
-
The ID of the service.
Declaration
Swift
public let serviceId: String
-
Undocumented
Declaration
Swift
public init(dryRun: Bool? = nil, filters: [Filter]? = nil, maxResults: Int? = nil, nextToken: String? = nil, serviceId: String)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> EC2.DescribeVpcEndpointServicePermissionsRequest