Class: Aws::CodeConnections::Types::ListSyncConfigurationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::ListSyncConfigurationsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An enumeration token that allows the operation to batch the next results of the operation.
-
#sync_configurations ⇒ Array<Types::SyncConfiguration>
The list of repository sync definitions returned by the request.
Instance Attribute Details
#next_token ⇒ String
An enumeration token that allows the operation to batch the next results of the operation.
973 974 975 976 977 978 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 973 class ListSyncConfigurationsOutput < Struct.new( :sync_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |
#sync_configurations ⇒ Array<Types::SyncConfiguration>
The list of repository sync definitions returned by the request.
973 974 975 976 977 978 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 973 class ListSyncConfigurationsOutput < Struct.new( :sync_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |