Class: Aws::DatabaseMigrationService::Types::DescribeFleetAdvisorSchemasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DescribeFleetAdvisorSchemasResponse
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_advisor_schemas ⇒ Array<Types::SchemaResponse>
A collection of
SchemaResponse
objects. -
#next_token ⇒ String
If
NextToken
is returned, there are more results available.
Instance Attribute Details
#fleet_advisor_schemas ⇒ Array<Types::SchemaResponse>
A collection of SchemaResponse
objects.
2543 2544 2545 2546 2547 2548 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2543 class DescribeFleetAdvisorSchemasResponse < Struct.new( :fleet_advisor_schemas, :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.
2543 2544 2545 2546 2547 2548 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2543 class DescribeFleetAdvisorSchemasResponse < Struct.new( :fleet_advisor_schemas, :next_token) SENSITIVE = [] include Aws::Structure end |