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)


2917
2918
2919
2920
2921
2922
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2917

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

#nameString

The name of the launch path.

Returns:

  • (String)


2917
2918
2919
2920
2921
2922
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2917

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