Class: Aws::CodeConnections::Types::GetSyncConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::GetSyncConfigurationInput
- Defined in:
- gems/aws-sdk-codeconnections/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 for the sync configuration for which you want to retrieve information.
-
#sync_type ⇒ String
The sync type for the sync configuration for which you want to retrieve information.
Instance Attribute Details
#resource_name ⇒ String
The name of the Amazon Web Services resource for the sync configuration for which you want to retrieve information.
643 644 645 646 647 648 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 643 class GetSyncConfigurationInput < Struct.new( :sync_type, :resource_name) SENSITIVE = [] include Aws::Structure end |
#sync_type ⇒ String
The sync type for the sync configuration for which you want to retrieve information.
643 644 645 646 647 648 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 643 class GetSyncConfigurationInput < Struct.new( :sync_type, :resource_name) SENSITIVE = [] include Aws::Structure end |