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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


3342
3343
3344
3345
3346
3347
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3342

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

#nameString

The name of the launch path.

Returns:

  • (String)


3342
3343
3344
3345
3346
3347
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3342

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