UpdateFleetMetadataRequest

public struct UpdateFleetMetadataRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The fleet name to display. The existing DisplayName is unset if null is passed.

    Declaration

    Swift

    public let displayName: String?
  • The ARN of the fleet.

    Declaration

    Swift

    public let fleetArn: String
  • The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.

    Declaration

    Swift

    public let optimizeForEndUserLocation: Bool?
  • Undocumented

    Declaration

    Swift

    public init(displayName: String? = nil, fleetArn: String, optimizeForEndUserLocation: Bool? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws