Class: Aws::DataSync::Types::StartDiscoveryJobRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataSync::Types::StartDiscoveryJobRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-datasync/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies a client token to make sure requests with this API operation are idempotent.
 - 
  
    
      #collection_duration_minutes  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies in minutes how long you want the discovery job to run.
 - 
  
    
      #storage_system_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the Amazon Resource Name (ARN) of the on-premises storage system that you want to run the discovery job on.
 - 
  
    
      #tags  ⇒ Array<Types::TagListEntry> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
 
Instance Attribute Details
#client_token ⇒ String
Specifies a client token to make sure requests with this API operation are idempotent. If you don’t specify a client token, DataSync generates one for you automatically.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
      5268 5269 5270 5271 5272 5273 5274 5275  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 5268 class StartDiscoveryJobRequest < Struct.new( :storage_system_arn, :collection_duration_minutes, :client_token, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#collection_duration_minutes ⇒ Integer
Specifies in minutes how long you want the discovery job to run.
<note markdown=“1”> For more accurate recommendations, we recommend a duration of at least 14 days. Longer durations allow time to collect a sufficient number of data points and provide a realistic representation of storage performance and utilization.
</note>
  
      5268 5269 5270 5271 5272 5273 5274 5275  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 5268 class StartDiscoveryJobRequest < Struct.new( :storage_system_arn, :collection_duration_minutes, :client_token, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#storage_system_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the on-premises storage system that you want to run the discovery job on.
      5268 5269 5270 5271 5272 5273 5274 5275  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 5268 class StartDiscoveryJobRequest < Struct.new( :storage_system_arn, :collection_duration_minutes, :client_token, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::TagListEntry>
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
      5268 5269 5270 5271 5272 5273 5274 5275  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 5268 class StartDiscoveryJobRequest < Struct.new( :storage_system_arn, :collection_duration_minutes, :client_token, :tags) SENSITIVE = [] include Aws::Structure end  |