UpdatePortfolioInput
public struct UpdatePortfolioInput : 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? -
The tags to add.
Declaration
Swift
public let addTags: [Tag]? -
The updated description of the portfolio.
Declaration
Swift
public let description: String? -
The name to use for display purposes.
Declaration
Swift
public let displayName: String? -
The portfolio identifier.
Declaration
Swift
public let id: String -
The updated name of the portfolio provider.
Declaration
Swift
public let providerName: String? -
The tags to remove.
Declaration
Swift
public let removeTags: [String]? -
Undocumented
Declaration
Swift
public init(acceptLanguage: String? = nil, addTags: [Tag]? = nil, description: String? = nil, displayName: String? = nil, id: String, providerName: String? = nil, removeTags: [String]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdatePortfolioInput Structure Reference