Class: Aws::DataSync::Types::DescribeStorageSystemResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeStorageSystemResourcesResponse
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The opaque string that indicates the position to begin the next list of results in the response.
-
#resource_details ⇒ Types::ResourceDetails
The information collected about your storage system's resources.
Instance Attribute Details
#next_token ⇒ String
The opaque string that indicates the position to begin the next list of results in the response.
2637 2638 2639 2640 2641 2642 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2637 class DescribeStorageSystemResourcesResponse < Struct.new( :resource_details, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_details ⇒ Types::ResourceDetails
The information collected about your storage system's resources. A response can also include Amazon Web Services storage service recommendations.
For more information, see storage resource information collected by and recommendations provided by DataSync Discovery.
2637 2638 2639 2640 2641 2642 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2637 class DescribeStorageSystemResourcesResponse < Struct.new( :resource_details, :next_token) SENSITIVE = [] include Aws::Structure end |