Class: Aws::ServiceCatalog::Types::ListConstraintsForPortfolioInput

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

Overview

Note:

When making an API call, you may pass ListConstraintsForPortfolioInput data as a hash:

{
  accept_language: "AcceptLanguage",
  portfolio_id: "Id", # required
  product_id: "Id",
  page_size: 1,
  page_token: "PageToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


2798
2799
2800
2801
2802
2803
2804
2805
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2798

class ListConstraintsForPortfolioInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :product_id,
  :page_size,
  :page_token)
  include Aws::Structure
end

#page_sizeInteger

The maximum number of items to return with this call.

Returns:

  • (Integer)


2798
2799
2800
2801
2802
2803
2804
2805
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2798

class ListConstraintsForPortfolioInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :product_id,
  :page_size,
  :page_token)
  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)


2798
2799
2800
2801
2802
2803
2804
2805
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2798

class ListConstraintsForPortfolioInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :product_id,
  :page_size,
  :page_token)
  include Aws::Structure
end

#portfolio_idString

The portfolio identifier.

Returns:

  • (String)


2798
2799
2800
2801
2802
2803
2804
2805
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2798

class ListConstraintsForPortfolioInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :product_id,
  :page_size,
  :page_token)
  include Aws::Structure
end

#product_idString

The product identifier.

Returns:

  • (String)


2798
2799
2800
2801
2802
2803
2804
2805
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2798

class ListConstraintsForPortfolioInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :product_id,
  :page_size,
  :page_token)
  include Aws::Structure
end