Class: Aws::CodeConnections::Types::GetResourceSyncStatusInput

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 for the sync status with the Git repository.

Returns:

  • (String)


569
570
571
572
573
574
# File 'lib/aws-sdk-codeconnections/types.rb', line 569

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

#sync_typeString

The sync type for the sync status with the Git repository.

Returns:

  • (String)


569
570
571
572
573
574
# File 'lib/aws-sdk-codeconnections/types.rb', line 569

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