Class: Aws::ServiceCatalog::Types::LaunchPath
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::LaunchPath
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
A launch path object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the launch path.
-
#name ⇒ String
The name of the launch path.
Instance Attribute Details
#id ⇒ String
The identifier of the launch path.
2955 2956 2957 2958 2959 2960 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2955 class LaunchPath < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the launch path.
2955 2956 2957 2958 2959 2960 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2955 class LaunchPath < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |