Class: Aws::CodeConnections::Types::GetSyncBlockerSummaryInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeconnections/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_nameString

The name of the Amazon Web Services resource currently blocked from automatically being synced from a Git repository.

Returns:

  • (String)


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_typeString

The sync type for the sync blocker summary.

Returns:

  • (String)


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