DescribeInstanceCreditSpecificationsRequest

public struct DescribeInstanceCreditSpecificationsRequest : AWSShape
extension EC2.DescribeInstanceCreditSpecificationsRequest: 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 filters. instance-id - The ID of the instance.

    Declaration

    Swift

    public let filters: [Filter]?
  • The instance IDs. Default: Describes all your instances. Constraints: Maximum 1000 explicitly specified instance IDs.

    Declaration

    Swift

    public let instanceIds: [String]?
  • The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000. You cannot specify this parameter and the instance IDs parameter in the same call.

    Declaration

    Swift

    public let maxResults: Int?
  • The token to retrieve the next page of results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(dryRun: Bool? = nil, filters: [Filter]? = nil, instanceIds: [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.DescribeInstanceCreditSpecificationsRequest