Class: Aws::CodeConnections::Types::GetSyncBlockerSummaryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::GetSyncBlockerSummaryInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_name ⇒ String
The name of the Amazon Web Services resource currently blocked from automatically being synced from a Git repository.
-
#sync_type ⇒ String
The sync type for the sync blocker summary.
Instance Attribute Details
#resource_name ⇒ String
The name of the Amazon Web Services resource currently blocked from automatically being synced from a Git repository.
612 613 614 615 616 617 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 612 class GetSyncBlockerSummaryInput < Struct.new( :sync_type, :resource_name) SENSITIVE = [] include Aws::Structure end |
#sync_type ⇒ String
The sync type for the sync blocker summary.
612 613 614 615 616 617 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 612 class GetSyncBlockerSummaryInput < Struct.new( :sync_type, :resource_name) SENSITIVE = [] include Aws::Structure end |