Class: Aws::CodeConnections::Types::ListSyncConfigurationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::ListSyncConfigurationsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
A non-zero, non-negative integer used to limit the number of returned results.
-
#next_token ⇒ String
An enumeration token that allows the operation to batch the results of the operation.
-
#repository_link_id ⇒ String
The ID of the repository link for the requested list of sync configurations.
-
#sync_type ⇒ String
The sync type for the requested list of sync configurations.
Instance Attribute Details
#max_results ⇒ Integer
A non-zero, non-negative integer used to limit the number of returned results.
953 954 955 956 957 958 959 960 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 953 class ListSyncConfigurationsInput < Struct.new( :max_results, :next_token, :repository_link_id, :sync_type) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An enumeration token that allows the operation to batch the results of the operation.
953 954 955 956 957 958 959 960 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 953 class ListSyncConfigurationsInput < Struct.new( :max_results, :next_token, :repository_link_id, :sync_type) SENSITIVE = [] include Aws::Structure end |
#repository_link_id ⇒ String
The ID of the repository link for the requested list of sync configurations.
953 954 955 956 957 958 959 960 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 953 class ListSyncConfigurationsInput < Struct.new( :max_results, :next_token, :repository_link_id, :sync_type) SENSITIVE = [] include Aws::Structure end |
#sync_type ⇒ String
The sync type for the requested list of sync configurations.
953 954 955 956 957 958 959 960 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 953 class ListSyncConfigurationsInput < Struct.new( :max_results, :next_token, :repository_link_id, :sync_type) SENSITIVE = [] include Aws::Structure end |