DescribeAcceleratorOfferingsRequest

public struct DescribeAcceleratorOfferingsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of accelerator types to describe.

    Declaration

    Swift

    public let acceleratorTypes: [String]?
  • The location type that you want to describe accelerator type offerings for. It can assume the following values: region: will return the accelerator type offering at the regional level. availability-zone: will return the accelerator type offering at the availability zone level. availability-zone-id: will return the accelerator type offering at the availability zone level returning the availability zone id.

    Declaration

    Swift

    public let locationType: LocationType
  • Undocumented

    Declaration

    Swift

    public init(acceleratorTypes: [String]? = nil, locationType: LocationType)
  • Declaration

    Swift

    public func validate(name: String) throws