Class: Aws::ServiceCatalog::Types::SourceConnectionDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::SourceConnectionDetail
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Provides details about the configured ‘SourceConnection`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_parameters ⇒ Types::SourceConnectionParameters
The connection details based on the connection ‘Type`.
-
#last_sync ⇒ Types::LastSync
Provides details about the product’s connection sync and contains the following sub-fields.
-
#type ⇒ String
The only supported ‘SourceConnection` type is Codestar.
Instance Attribute Details
#connection_parameters ⇒ Types::SourceConnectionParameters
The connection details based on the connection ‘Type`.
6234 6235 6236 6237 6238 6239 6240 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6234 class SourceConnectionDetail < Struct.new( :type, :connection_parameters, :last_sync) SENSITIVE = [] include Aws::Structure end |
#last_sync ⇒ Types::LastSync
Provides details about the product’s connection sync and contains the following sub-fields.
-
‘LastSyncTime`
-
‘LastSyncStatus`
-
‘LastSyncStatusMessage`
-
‘LastSuccessfulSyncTime`
-
‘LastSuccessfulSyncProvisioningArtifactID`
6234 6235 6236 6237 6238 6239 6240 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6234 class SourceConnectionDetail < Struct.new( :type, :connection_parameters, :last_sync) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The only supported ‘SourceConnection` type is Codestar.
6234 6235 6236 6237 6238 6239 6240 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6234 class SourceConnectionDetail < Struct.new( :type, :connection_parameters, :last_sync) SENSITIVE = [] include Aws::Structure end |