Class: Aws::DatabaseMigrationService::Types::DescribeFleetAdvisorCollectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DescribeFleetAdvisorCollectorsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collectors ⇒ Array<Types::CollectorResponse>
Provides descriptions of the Fleet Advisor collectors, including the collectors’ name and ID, and the latest inventory data.
-
#next_token ⇒ String
If ‘NextToken` is returned, there are more results available.
Instance Attribute Details
#collectors ⇒ Array<Types::CollectorResponse>
Provides descriptions of the Fleet Advisor collectors, including the collectors’ name and ID, and the latest inventory data.
3562 3563 3564 3565 3566 3567 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 3562 class DescribeFleetAdvisorCollectorsResponse < Struct.new( :collectors, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If ‘NextToken` is returned, there are more results available. The value of `NextToken` is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
3562 3563 3564 3565 3566 3567 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 3562 class DescribeFleetAdvisorCollectorsResponse < Struct.new( :collectors, :next_token) SENSITIVE = [] include Aws::Structure end |