Class: Aws::ServiceCatalog::Types::ListLaunchPathsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • jp - Japanese

  • zh - Chinese

Returns:

  • (String)


3187
3188
3189
3190
3191
3192
3193
3194
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3187

class ListLaunchPathsInput < Struct.new(
  :accept_language,
  :product_id,
  :page_size,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The maximum number of items to return with this call.

Returns:

  • (Integer)


3187
3188
3189
3190
3191
3192
3193
3194
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3187

class ListLaunchPathsInput < Struct.new(
  :accept_language,
  :product_id,
  :page_size,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end

#page_tokenString

The page token for the next set of results. To retrieve the first set of results, use null.

Returns:

  • (String)


3187
3188
3189
3190
3191
3192
3193
3194
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3187

class ListLaunchPathsInput < Struct.new(
  :accept_language,
  :product_id,
  :page_size,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end

#product_idString

The product identifier.

Returns:

  • (String)


3187
3188
3189
3190
3191
3192
3193
3194
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3187

class ListLaunchPathsInput < Struct.new(
  :accept_language,
  :product_id,
  :page_size,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end