AcceptPortfolioShareInput

public struct AcceptPortfolioShareInput : 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 portfolio identifier.

    Declaration

    Swift

    public let portfolioId: String
  • The type of shared portfolios to accept. The default is to accept imported portfolios. AWS_ORGANIZATIONS - Accept portfolios shared by the master account of your organization. IMPORTED - Accept imported portfolios. AWS_SERVICECATALOG - Not supported. (Throws ResourceNotFoundException.) For example, aws servicecatalog accept-portfolio-share –portfolio-id “port-2qwzkwxt3y5fk” –portfolio-share-type AWS_ORGANIZATIONS

    Declaration

    Swift

    public let portfolioShareType: PortfolioShareType?
  • Undocumented

    Declaration

    Swift

    public init(acceptLanguage: String? = nil, portfolioId: String, portfolioShareType: PortfolioShareType? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws