Class: Aws::CodeStarconnections::Types::GetSyncBlockerSummaryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::GetSyncBlockerSummaryInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/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.
606 607 608 609 610 611 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 606 class GetSyncBlockerSummaryInput < Struct.new( :sync_type, :resource_name) SENSITIVE = [] include Aws::Structure end |
#sync_type ⇒ String
The sync type for the sync blocker summary.
606 607 608 609 610 611 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 606 class GetSyncBlockerSummaryInput < Struct.new( :sync_type, :resource_name) SENSITIVE = [] include Aws::Structure end |