Class: Aws::ServiceCatalog::Types::GetProvisionedProductOutputsInput

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 GetProvisionedProductOutputsInput data as a hash:

{
  accept_language: "AcceptLanguage",
  provisioned_product_id: "Id",
  provisioned_product_name: "ProvisionedProductName",
  output_keys: ["OutputKey"],
  page_size: 1,
  page_token: "PageToken",
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3210

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

#output_keysArray<String>

The list of keys that the API should return with their values. If none are provided, the API will return all outputs of the provisioned product.

Returns:

  • (Array<String>)


3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3210

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

#page_sizeInteger

The maximum number of items to return with this call.

Returns:

  • (Integer)


3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3210

class GetProvisionedProductOutputsInput < Struct.new(
  :accept_language,
  :provisioned_product_id,
  :provisioned_product_name,
  :output_keys,
  :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)


3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3210

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

#provisioned_product_idString

The identifier of the provisioned product that you want the outputs from.

Returns:

  • (String)


3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3210

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

#provisioned_product_nameString

The name of the provisioned product that you want the outputs from.

Returns:

  • (String)


3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3210

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