Class: Aws::DatabaseMigrationService::Types::DescribeFleetAdvisorLsaAnalysisRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DescribeFleetAdvisorLsaAnalysisRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_records ⇒ Integer
Sets the maximum number of records returned in the response.
-
#next_token ⇒ String
If ‘NextToken` is returned by a previous response, there are more results available.
Instance Attribute Details
#max_records ⇒ Integer
Sets the maximum number of records returned in the response.
3645 3646 3647 3648 3649 3650 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 3645 class DescribeFleetAdvisorLsaAnalysisRequest < Struct.new( :max_records, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If ‘NextToken` is returned by a previous response, 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.
3645 3646 3647 3648 3649 3650 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 3645 class DescribeFleetAdvisorLsaAnalysisRequest < Struct.new( :max_records, :next_token) SENSITIVE = [] include Aws::Structure end |