Class: Aws::DataSync::Types::ListDiscoveryJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::ListDiscoveryJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Specifies how many results you want in the response.
-
#next_token ⇒ String
Specifies an opaque string that indicates the position to begin the next list of results in the response.
-
#storage_system_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of an on-premises storage system.
Instance Attribute Details
#max_results ⇒ Integer
Specifies how many results you want in the response.
3547 3548 3549 3550 3551 3552 3553 |
# File 'lib/aws-sdk-datasync/types.rb', line 3547 class ListDiscoveryJobsRequest < Struct.new( :storage_system_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specifies an opaque string that indicates the position to begin the next list of results in the response.
3547 3548 3549 3550 3551 3552 3553 |
# File 'lib/aws-sdk-datasync/types.rb', line 3547 class ListDiscoveryJobsRequest < Struct.new( :storage_system_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#storage_system_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of an on-premises storage system. Use this parameter if you only want to list the discovery jobs that are associated with a specific storage system.
3547 3548 3549 3550 3551 3552 3553 |
# File 'lib/aws-sdk-datasync/types.rb', line 3547 class ListDiscoveryJobsRequest < Struct.new( :storage_system_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |