Class: Aws::ServiceCatalog::Types::LaunchPath

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb

Overview

A launch path object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the launch path.

Returns:

  • (String)


2955
2956
2957
2958
2959
2960
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2955

class LaunchPath < Struct.new(
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the launch path.

Returns:

  • (String)


2955
2956
2957
2958
2959
2960
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2955

class LaunchPath < Struct.new(
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end