Class: Aws::DataSync::Types::DescribeStorageSystemResourceMetricsRequest

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 collects information about your on-premises storage system.

Returns:

  • (String)


2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2359

class DescribeStorageSystemResourceMetricsRequest < Struct.new(
  :discovery_job_arn,
  :resource_type,
  :resource_id,
  :start_time,
  :end_time,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

Specifies a time within the total duration that the discovery job ran. To see information gathered during a certain time frame, use this parameter with StartTime.

Returns:

  • (Time)


2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2359

class DescribeStorageSystemResourceMetricsRequest < Struct.new(
  :discovery_job_arn,
  :resource_type,
  :resource_id,
  :start_time,
  :end_time,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Specifies how many results that you want in the response.

Returns:

  • (Integer)


2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2359

class DescribeStorageSystemResourceMetricsRequest < Struct.new(
  :discovery_job_arn,
  :resource_type,
  :resource_id,
  :start_time,
  :end_time,
  :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)


2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2359

class DescribeStorageSystemResourceMetricsRequest < Struct.new(
  :discovery_job_arn,
  :resource_type,
  :resource_id,
  :start_time,
  :end_time,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

Specifies the universally unique identifier (UUID) of the storage system resource that you want information about.

Returns:

  • (String)


2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2359

class DescribeStorageSystemResourceMetricsRequest < Struct.new(
  :discovery_job_arn,
  :resource_type,
  :resource_id,
  :start_time,
  :end_time,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

Specifies the kind of storage system resource that you want information about.

Returns:

  • (String)


2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2359

class DescribeStorageSystemResourceMetricsRequest < Struct.new(
  :discovery_job_arn,
  :resource_type,
  :resource_id,
  :start_time,
  :end_time,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

Specifies a time within the total duration that the discovery job ran. To see information gathered during a certain time frame, use this parameter with EndTime.

Returns:

  • (Time)


2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2359

class DescribeStorageSystemResourceMetricsRequest < Struct.new(
  :discovery_job_arn,
  :resource_type,
  :resource_id,
  :start_time,
  :end_time,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end