DescribeProductOutput
public struct DescribeProductOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the associated budgets.
Declaration
Swift
public let budgets: [BudgetDetail]? -
Information about the associated launch paths.
Declaration
Swift
public let launchPaths: [LaunchPath]? -
Summary information about the product view.
Declaration
Swift
public let productViewSummary: ProductViewSummary? -
Information about the provisioning artifacts for the specified product.
Declaration
Swift
public let provisioningArtifacts: [ProvisioningArtifact]? -
Undocumented
Declaration
Swift
public init(budgets: [BudgetDetail]? = nil, launchPaths: [LaunchPath]? = nil, productViewSummary: ProductViewSummary? = nil, provisioningArtifacts: [ProvisioningArtifact]? = nil)
View on GitHub
DescribeProductOutput Structure Reference