Class: Aws::ServiceCatalog::Types::DescribeProvisionedProductPlanOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DescribeProvisionedProductPlanOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
The page token to use to retrieve the next set of results.
-
#provisioned_product_plan_details ⇒ Types::ProvisionedProductPlanDetails
Information about the plan.
-
#resource_changes ⇒ Array<Types::ResourceChange>
Information about the resource changes that will occur when the plan is executed.
Instance Attribute Details
#next_page_token ⇒ String
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
2034 2035 2036 2037 2038 2039 2040 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2034 class DescribeProvisionedProductPlanOutput < Struct.new( :provisioned_product_plan_details, :resource_changes, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#provisioned_product_plan_details ⇒ Types::ProvisionedProductPlanDetails
Information about the plan.
2034 2035 2036 2037 2038 2039 2040 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2034 class DescribeProvisionedProductPlanOutput < Struct.new( :provisioned_product_plan_details, :resource_changes, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#resource_changes ⇒ Array<Types::ResourceChange>
Information about the resource changes that will occur when the plan is executed.
2034 2035 2036 2037 2038 2039 2040 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2034 class DescribeProvisionedProductPlanOutput < Struct.new( :provisioned_product_plan_details, :resource_changes, :next_page_token) SENSITIVE = [] include Aws::Structure end |