DescribeProductAsAdminOutput
public struct DescribeProductAsAdminOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the associated budgets.
Declaration
Swift
public let budgets: [BudgetDetail]?
-
Information about the product view.
Declaration
Swift
public let productViewDetail: ProductViewDetail?
-
Information about the provisioning artifacts (also known as versions) for the specified product.
Declaration
Swift
public let provisioningArtifactSummaries: [ProvisioningArtifactSummary]?
-
Information about the TagOptions associated with the product.
Declaration
Swift
public let tagOptions: [TagOptionDetail]?
-
Information about the tags associated with the product.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(budgets: [BudgetDetail]? = nil, productViewDetail: ProductViewDetail? = nil, provisioningArtifactSummaries: [ProvisioningArtifactSummary]? = nil, tagOptions: [TagOptionDetail]? = nil, tags: [Tag]? = nil)