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.
4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4958 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.
4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4958 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.
4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4958 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.
4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4958 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.
4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4958 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.
4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 4958 class ProvisionedProductPlanSummary < Struct.new( :plan_name, :plan_id, :provision_product_id, :provision_product_name, :plan_type, :provisioning_artifact_id) SENSITIVE = [] include Aws::Structure end |