Class: Aws::CodeStarconnections::Types::ListSyncConfigurationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::ListSyncConfigurationsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/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.
947 948 949 950 951 952 953 954 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 947 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.
947 948 949 950 951 952 953 954 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 947 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.
947 948 949 950 951 952 953 954 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 947 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.
947 948 949 950 951 952 953 954 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 947 class ListSyncConfigurationsInput < Struct.new( :max_results, :next_token, :repository_link_id, :sync_type) SENSITIVE = [] include Aws::Structure end |