Method: Aws::ServiceCatalog::Types::LaunchPath#id
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
#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 |