Class: Aws::ServiceCatalog::Types::SourceConnection
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::SourceConnection
- 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
-
#connection_parameters ⇒ Types::SourceConnectionParameters
The connection details based on the connection
Type
. -
#type ⇒ String
The only supported
SourceConnection
type is Codestar.
Instance Attribute Details
#connection_parameters ⇒ Types::SourceConnectionParameters
The connection details based on the connection Type
.
6162 6163 6164 6165 6166 6167 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6162 class SourceConnection < Struct.new( :type, :connection_parameters) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The only supported SourceConnection
type is Codestar.
6162 6163 6164 6165 6166 6167 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6162 class SourceConnection < Struct.new( :type, :connection_parameters) SENSITIVE = [] include Aws::Structure end |