Class: Aws::CodeStarconnections::Types::DeleteSyncConfigurationInput

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


411
412
413
414
415
416
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 411

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)


411
412
413
414
415
416
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 411

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