UpdateServiceRequest
public struct UpdateServiceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the service that you want to update.
Declaration
Swift
public let id: String -
A complex type that contains the new settings for the service.
Declaration
Swift
public let service: ServiceChange -
Undocumented
Declaration
Swift
public init(id: String, service: ServiceChange) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateServiceRequest Structure Reference