Class: Aws::SageMaker::Types::ListCodeRepositoriesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListCodeRepositoriesInput
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time_after ⇒ Time
A filter that returns only Git repositories that were created after the specified time.
-
#creation_time_before ⇒ Time
A filter that returns only Git repositories that were created before the specified time.
-
#last_modified_time_after ⇒ Time
A filter that returns only Git repositories that were last modified after the specified time.
-
#last_modified_time_before ⇒ Time
A filter that returns only Git repositories that were last modified before the specified time.
-
#max_results ⇒ Integer
The maximum number of Git repositories to return in the response.
-
#name_contains ⇒ String
A string in the Git repositories name.
-
#next_token ⇒ String
If the result of a
ListCodeRepositoriesOutput
request was truncated, the response includes aNextToken
. -
#sort_by ⇒ String
The field to sort results by.
-
#sort_order ⇒ String
The sort order for results.
Instance Attribute Details
#creation_time_after ⇒ Time
A filter that returns only Git repositories that were created after the specified time.
28411 28412 28413 28414 28415 28416 28417 28418 28419 28420 28421 28422 28423 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28411 class ListCodeRepositoriesInput < Struct.new( :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#creation_time_before ⇒ Time
A filter that returns only Git repositories that were created before the specified time.
28411 28412 28413 28414 28415 28416 28417 28418 28419 28420 28421 28422 28423 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28411 class ListCodeRepositoriesInput < Struct.new( :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#last_modified_time_after ⇒ Time
A filter that returns only Git repositories that were last modified after the specified time.
28411 28412 28413 28414 28415 28416 28417 28418 28419 28420 28421 28422 28423 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28411 class ListCodeRepositoriesInput < Struct.new( :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#last_modified_time_before ⇒ Time
A filter that returns only Git repositories that were last modified before the specified time.
28411 28412 28413 28414 28415 28416 28417 28418 28419 28420 28421 28422 28423 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28411 class ListCodeRepositoriesInput < Struct.new( :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of Git repositories to return in the response.
28411 28412 28413 28414 28415 28416 28417 28418 28419 28420 28421 28422 28423 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28411 class ListCodeRepositoriesInput < Struct.new( :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#name_contains ⇒ String
A string in the Git repositories name. This filter returns only repositories whose name contains the specified string.
28411 28412 28413 28414 28415 28416 28417 28418 28419 28420 28421 28422 28423 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28411 class ListCodeRepositoriesInput < Struct.new( :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the result of a ListCodeRepositoriesOutput
request was
truncated, the response includes a NextToken
. To get the next set
of Git repositories, use the token in the next request.
28411 28412 28413 28414 28415 28416 28417 28418 28419 28420 28421 28422 28423 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28411 class ListCodeRepositoriesInput < Struct.new( :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The field to sort results by. The default is Name
.
28411 28412 28413 28414 28415 28416 28417 28418 28419 28420 28421 28422 28423 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28411 class ListCodeRepositoriesInput < Struct.new( :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order for results. The default is Ascending
.
28411 28412 28413 28414 28415 28416 28417 28418 28419 28420 28421 28422 28423 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28411 class ListCodeRepositoriesInput < Struct.new( :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |