Class: Aws::ServiceCatalog::Types::GetProvisionedProductOutputsOutput

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

#next_page_tokenString

The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

Returns:

  • (String)


3234
3235
3236
3237
3238
3239
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3234

class GetProvisionedProductOutputsOutput < Struct.new(
  :outputs,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end

#outputsArray<Types::RecordOutput>

Information about the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.

Returns:



3234
3235
3236
3237
3238
3239
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3234

class GetProvisionedProductOutputsOutput < Struct.new(
  :outputs,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end