UpdateServiceActionInput
public struct UpdateServiceActionInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The language code. en - English (default) jp - Japanese zh - Chinese
Declaration
Swift
public let acceptLanguage: String? -
A map that defines the self-service action.
Declaration
Swift
public let definition: [ServiceActionDefinitionKey : String]? -
The self-service action description.
Declaration
Swift
public let description: String? -
The self-service action identifier.
Declaration
Swift
public let id: String -
The self-service action name.
Declaration
Swift
public let name: String? -
Undocumented
Declaration
Swift
public init(acceptLanguage: String? = nil, definition: [ServiceActionDefinitionKey : String]? = nil, description: String? = nil, id: String, name: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateServiceActionInput Structure Reference