Class: Aws::DataSync::Types::DescribeStorageSystemResourcesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#discovery_job_arnString

Specifies the Amazon Resource Name (ARN) of the discovery job that's collecting data from your on-premises storage system.

Returns:

  • (String)


2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2424

class DescribeStorageSystemResourcesRequest < Struct.new(
  :discovery_job_arn,
  :resource_type,
  :resource_ids,
  :filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#filterHash<String,Array<String>>

Filters the storage system resources that you want returned. For example, this might be volumes associated with a specific storage virtual machine (SVM).

Returns:

  • (Hash<String,Array<String>>)


2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2424

class DescribeStorageSystemResourcesRequest < Struct.new(
  :discovery_job_arn,
  :resource_type,
  :resource_ids,
  :filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Specifies the maximum number of storage system resources that you want to list in a response.

Returns:

  • (Integer)


2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2424

class DescribeStorageSystemResourcesRequest < Struct.new(
  :discovery_job_arn,
  :resource_type,
  :resource_ids,
  :filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Specifies an opaque string that indicates the position to begin the next list of results in the response.

Returns:

  • (String)


2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2424

class DescribeStorageSystemResourcesRequest < Struct.new(
  :discovery_job_arn,
  :resource_type,
  :resource_ids,
  :filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idsArray<String>

Specifies the universally unique identifiers (UUIDs) of the storage system resources that you want information about. You can't use this parameter in combination with the Filter parameter.

Returns:

  • (Array<String>)


2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2424

class DescribeStorageSystemResourcesRequest < Struct.new(
  :discovery_job_arn,
  :resource_type,
  :resource_ids,
  :filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

Specifies what kind of storage system resources that you want information about.

Returns:

  • (String)


2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2424

class DescribeStorageSystemResourcesRequest < Struct.new(
  :discovery_job_arn,
  :resource_type,
  :resource_ids,
  :filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end