Class: Aws::DatabaseMigrationService::Types::DescribeFleetAdvisorLsaAnalysisRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_recordsInteger

Sets the maximum number of records returned in the response.

Returns:

  • (Integer)


3304
3305
3306
3307
3308
3309
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 3304

class DescribeFleetAdvisorLsaAnalysisRequest < Struct.new(
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


3304
3305
3306
3307
3308
3309
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 3304

class DescribeFleetAdvisorLsaAnalysisRequest < Struct.new(
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end