DescribeStaleSecurityGroupsRequest

public struct DescribeStaleSecurityGroupsRequest : AWSShape
extension EC2.DescribeStaleSecurityGroupsRequest: 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?
  • The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

    Declaration

    Swift

    public let maxResults: Int?
  • The token for the next set of items to return. (You received this token from a prior call.)

    Declaration

    Swift

    public let nextToken: String?
  • The ID of the VPC.

    Declaration

    Swift

    public let vpcId: String
  • Undocumented

    Declaration

    Swift

    public init(dryRun: Bool? = nil, maxResults: Int? = nil, nextToken: String? = nil, vpcId: String)
  • Declaration

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> EC2.DescribeStaleSecurityGroupsRequest