Class: Aws::CodeConnections::Types::DeleteSyncConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::DeleteSyncConfigurationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_name ⇒ String
The name of the Amazon Web Services resource associated with the sync configuration to be deleted.
-
#sync_type ⇒ String
The type of sync configuration to be deleted.
Instance Attribute Details
#resource_name ⇒ String
The name of the Amazon Web Services resource associated with the sync configuration to be deleted.
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_type ⇒ String
The type of sync configuration to be deleted.
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 |