Class: Aws::ServiceCatalog::Types::ProvisionedProductPlanSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ProvisionedProductPlanSummary
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Summary information about a plan.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#plan_id ⇒ String
The plan identifier.
-
#plan_name ⇒ String
The name of the plan.
-
#plan_type ⇒ String
The plan type.
-
#provision_product_id ⇒ String
The product identifier.
-
#provision_product_name ⇒ String
The user-friendly name of the provisioned product.
-
#provisioning_artifact_id ⇒ String
The identifier of the provisioning artifact.
Instance Attribute Details
#plan_id ⇒ String
The plan identifier.
4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4918 class ProvisionedProductPlanSummary < Struct.new( :plan_name, :plan_id, :provision_product_id, :provision_product_name, :plan_type, :provisioning_artifact_id) SENSITIVE = [] include Aws::Structure end |
#plan_name ⇒ String
The name of the plan.
4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4918 class ProvisionedProductPlanSummary < Struct.new( :plan_name, :plan_id, :provision_product_id, :provision_product_name, :plan_type, :provisioning_artifact_id) SENSITIVE = [] include Aws::Structure end |
#plan_type ⇒ String
The plan type.
4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4918 class ProvisionedProductPlanSummary < Struct.new( :plan_name, :plan_id, :provision_product_id, :provision_product_name, :plan_type, :provisioning_artifact_id) SENSITIVE = [] include Aws::Structure end |
#provision_product_id ⇒ String
The product identifier.
4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4918 class ProvisionedProductPlanSummary < Struct.new( :plan_name, :plan_id, :provision_product_id, :provision_product_name, :plan_type, :provisioning_artifact_id) SENSITIVE = [] include Aws::Structure end |
#provision_product_name ⇒ String
The user-friendly name of the provisioned product.
4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4918 class ProvisionedProductPlanSummary < Struct.new( :plan_name, :plan_id, :provision_product_id, :provision_product_name, :plan_type, :provisioning_artifact_id) SENSITIVE = [] include Aws::Structure end |
#provisioning_artifact_id ⇒ String
The identifier of the provisioning artifact.
4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4918 class ProvisionedProductPlanSummary < Struct.new( :plan_name, :plan_id, :provision_product_id, :provision_product_name, :plan_type, :provisioning_artifact_id) SENSITIVE = [] include Aws::Structure end |