Class: Aws::ServiceCatalog::Types::ListStackInstancesForProvisionedProductInput

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


3883
3884
3885
3886
3887
3888
3889
3890
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3883

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

#page_sizeInteger

The maximum number of items to return with this call.

Returns:

  • (Integer)


3883
3884
3885
3886
3887
3888
3889
3890
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3883

class ListStackInstancesForProvisionedProductInput < Struct.new(
  :accept_language,
  :provisioned_product_id,
  :page_token,
  :page_size)
  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)


3883
3884
3885
3886
3887
3888
3889
3890
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3883

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

#provisioned_product_idString

The identifier of the provisioned product.

Returns:

  • (String)


3883
3884
3885
3886
3887
3888
3889
3890
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3883

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