Class: Aws::DatabaseMigrationService::Types::DescribeFleetAdvisorSchemasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DescribeFleetAdvisorSchemasResponse
- Includes:
- Structure
- Defined in:
- 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.
3789 3790 3791 3792 3793 3794 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 3789 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.
3789 3790 3791 3792 3793 3794 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 3789 class DescribeFleetAdvisorSchemasResponse < Struct.new( :fleet_advisor_schemas, :next_token) SENSITIVE = [] include Aws::Structure end |