Class: Aws::SageMaker::Types::ListAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListAssociationsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_type ⇒ String
A filter that returns only associations of the specified type.
-
#created_after ⇒ Time
A filter that returns only associations created on or after the specified time.
-
#created_before ⇒ Time
A filter that returns only associations created on or before the specified time.
-
#destination_arn ⇒ String
A filter that returns only associations with the specified destination Amazon Resource Name (ARN).
-
#destination_type ⇒ String
A filter that returns only associations with the specified destination type.
-
#max_results ⇒ Integer
The maximum number of associations to return in the response.
-
#next_token ⇒ String
If the previous call to ‘ListAssociations` didn’t return the full set of associations, the call returns a token for getting the next set of associations.
-
#sort_by ⇒ String
The property used to sort results.
-
#sort_order ⇒ String
The sort order.
-
#source_arn ⇒ String
A filter that returns only associations with the specified source ARN.
-
#source_type ⇒ String
A filter that returns only associations with the specified source type.
Instance Attribute Details
#association_type ⇒ String
A filter that returns only associations of the specified type.
28042 28043 28044 28045 28046 28047 28048 28049 28050 28051 28052 28053 28054 28055 28056 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28042 class ListAssociationsRequest < Struct.new( :source_arn, :destination_arn, :source_type, :destination_type, :association_type, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#created_after ⇒ Time
A filter that returns only associations created on or after the specified time.
28042 28043 28044 28045 28046 28047 28048 28049 28050 28051 28052 28053 28054 28055 28056 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28042 class ListAssociationsRequest < Struct.new( :source_arn, :destination_arn, :source_type, :destination_type, :association_type, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
A filter that returns only associations created on or before the specified time.
28042 28043 28044 28045 28046 28047 28048 28049 28050 28051 28052 28053 28054 28055 28056 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28042 class ListAssociationsRequest < Struct.new( :source_arn, :destination_arn, :source_type, :destination_type, :association_type, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#destination_arn ⇒ String
A filter that returns only associations with the specified destination Amazon Resource Name (ARN).
28042 28043 28044 28045 28046 28047 28048 28049 28050 28051 28052 28053 28054 28055 28056 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28042 class ListAssociationsRequest < Struct.new( :source_arn, :destination_arn, :source_type, :destination_type, :association_type, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#destination_type ⇒ String
A filter that returns only associations with the specified destination type.
28042 28043 28044 28045 28046 28047 28048 28049 28050 28051 28052 28053 28054 28055 28056 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28042 class ListAssociationsRequest < Struct.new( :source_arn, :destination_arn, :source_type, :destination_type, :association_type, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of associations to return in the response. The default value is 10.
28042 28043 28044 28045 28046 28047 28048 28049 28050 28051 28052 28053 28054 28055 28056 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28042 class ListAssociationsRequest < Struct.new( :source_arn, :destination_arn, :source_type, :destination_type, :association_type, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the previous call to ‘ListAssociations` didn’t return the full set of associations, the call returns a token for getting the next set of associations.
28042 28043 28044 28045 28046 28047 28048 28049 28050 28051 28052 28053 28054 28055 28056 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28042 class ListAssociationsRequest < Struct.new( :source_arn, :destination_arn, :source_type, :destination_type, :association_type, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The property used to sort results. The default value is ‘CreationTime`.
28042 28043 28044 28045 28046 28047 28048 28049 28050 28051 28052 28053 28054 28055 28056 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28042 class ListAssociationsRequest < Struct.new( :source_arn, :destination_arn, :source_type, :destination_type, :association_type, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order. The default value is ‘Descending`.
28042 28043 28044 28045 28046 28047 28048 28049 28050 28051 28052 28053 28054 28055 28056 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28042 class ListAssociationsRequest < Struct.new( :source_arn, :destination_arn, :source_type, :destination_type, :association_type, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#source_arn ⇒ String
A filter that returns only associations with the specified source ARN.
28042 28043 28044 28045 28046 28047 28048 28049 28050 28051 28052 28053 28054 28055 28056 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28042 class ListAssociationsRequest < Struct.new( :source_arn, :destination_arn, :source_type, :destination_type, :association_type, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ String
A filter that returns only associations with the specified source type.
28042 28043 28044 28045 28046 28047 28048 28049 28050 28051 28052 28053 28054 28055 28056 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28042 class ListAssociationsRequest < Struct.new( :source_arn, :destination_arn, :source_type, :destination_type, :association_type, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |