DescribeProvisionedProductPlanOutput
public struct DescribeProvisionedProductPlanOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
Declaration
Swift
public let nextPageToken: String? -
Information about the plan.
Declaration
Swift
public let provisionedProductPlanDetails: ProvisionedProductPlanDetails? -
Information about the resource changes that will occur when the plan is executed.
Declaration
Swift
public let resourceChanges: [ResourceChange]? -
Undocumented
Declaration
Swift
public init(nextPageToken: String? = nil, provisionedProductPlanDetails: ProvisionedProductPlanDetails? = nil, resourceChanges: [ResourceChange]? = nil)
View on GitHub
DescribeProvisionedProductPlanOutput Structure Reference