Class: Aws::Proton::Types::ListRepositorySyncDefinitionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListRepositorySyncDefinitionsOutput
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the current requested list of repository sync definitions.
-
#sync_definitions ⇒ Array<Types::RepositorySyncDefinition>
An array of repository sync definitions.
Instance Attribute Details
#next_token ⇒ String
A token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the current requested list of repository sync definitions.
3852 3853 3854 3855 3856 3857 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3852 class ListRepositorySyncDefinitionsOutput < Struct.new( :next_token, :sync_definitions) SENSITIVE = [] include Aws::Structure end |
#sync_definitions ⇒ Array<Types::RepositorySyncDefinition>
An array of repository sync definitions.
3852 3853 3854 3855 3856 3857 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3852 class ListRepositorySyncDefinitionsOutput < Struct.new( :next_token, :sync_definitions) SENSITIVE = [] include Aws::Structure end |