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

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)


3136
3137
3138
3139
3140
3141
3142
3143
3144
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3136

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


3136
3137
3138
3139
3140
3141
3142
3143
3144
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3136

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


3136
3137
3138
3139
3140
3141
3142
3143
3144
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3136

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

#portfolio_idString

The portfolio identifier.

Returns:

  • (String)


3136
3137
3138
3139
3140
3141
3142
3143
3144
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3136

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

#product_idString

The product identifier.

Returns:

  • (String)


3136
3137
3138
3139
3140
3141
3142
3143
3144
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3136

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