Class: Aws::ServiceCatalog::Types::DescribeProvisionedProductPlanOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

Returns:

  • (String)


2034
2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-servicecatalog/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_detailsTypes::ProvisionedProductPlanDetails

Information about the plan.



2034
2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-servicecatalog/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_changesArray<Types::ResourceChange>

Information about the resource changes that will occur when the plan is executed.

Returns:



2034
2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-servicecatalog/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