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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeconnections/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)


606
607
608
609
610
611
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 606

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)


606
607
608
609
610
611
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 606

class GetSyncBlockerSummaryInput < Struct.new(
  :sync_type,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end