Class: Aws::ServiceCatalog::Types::LaunchPathSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::LaunchPathSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Summary information about a product path for a user.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#constraint_summaries ⇒ Array<Types::ConstraintSummary>
The constraints on the portfolio-product relationship.
-
#id ⇒ String
The identifier of the product path.
-
#name ⇒ String
The name of the portfolio that contains the product.
-
#tags ⇒ Array<Types::Tag>
The tags associated with this product path.
Instance Attribute Details
#constraint_summaries ⇒ Array<Types::ConstraintSummary>
The constraints on the portfolio-product relationship.
2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2982 class LaunchPathSummary < Struct.new( :id, :constraint_summaries, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the product path.
2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2982 class LaunchPathSummary < Struct.new( :id, :constraint_summaries, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the portfolio that contains the product.
2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2982 class LaunchPathSummary < Struct.new( :id, :constraint_summaries, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags associated with this product path.
2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2982 class LaunchPathSummary < Struct.new( :id, :constraint_summaries, :tags, :name) SENSITIVE = [] include Aws::Structure end |