Class: Aws::ServiceCatalog::Types::SourceConnection

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

Overview

A top level ProductViewDetail response containing details about the product’s connection. Service Catalog returns this field for the CreateProduct, UpdateProduct, DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains the same fields as the ConnectionParameters request, with the addition of the LastSync response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_parametersTypes::SourceConnectionParameters

The connection details based on the connection Type.



6049
6050
6051
6052
6053
6054
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6049

class SourceConnection < Struct.new(
  :type,
  :connection_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The only supported SourceConnection type is Codestar.

Returns:

  • (String)


6049
6050
6051
6052
6053
6054
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6049

class SourceConnection < Struct.new(
  :type,
  :connection_parameters)
  SENSITIVE = []
  include Aws::Structure
end