Class: Aws::DatabaseMigrationService::Types::DescribeFleetAdvisorLsaAnalysisResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysisArray<Types::FleetAdvisorLsaAnalysisResponse>

A list of ‘FleetAdvisorLsaAnalysisResponse` objects.



3324
3325
3326
3327
3328
3329
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 3324

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

#next_tokenString

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.

Returns:

  • (String)


3324
3325
3326
3327
3328
3329
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 3324

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