Class: Aws::CodeConnections::Types::DeleteSyncConfigurationInput

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 associated with the sync configuration to be deleted.

Returns:

  • (String)


417
418
419
420
421
422
# File 'lib/aws-sdk-codeconnections/types.rb', line 417

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

#sync_typeString

The type of sync configuration to be deleted.

Returns:

  • (String)


417
418
419
420
421
422
# File 'lib/aws-sdk-codeconnections/types.rb', line 417

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