Class: Aws::Odb::Types::ListDbServersInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::ListDbServersInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_exadata_infrastructure_id ⇒ String
The unique identifier of the Oracle Exadata infrastructure.
-
#max_results ⇒ Integer
The maximum number of items to return for this request.
-
#next_token ⇒ String
The token returned from a previous paginated request.
Instance Attribute Details
#cloud_exadata_infrastructure_id ⇒ String
The unique identifier of the Oracle Exadata infrastructure.
4026 4027 4028 4029 4030 4031 4032 |
# File 'lib/aws-sdk-odb/types.rb', line 4026 class ListDbServersInput < Struct.new( :cloud_exadata_infrastructure_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.
Default: ‘10`
4026 4027 4028 4029 4030 4031 4032 |
# File 'lib/aws-sdk-odb/types.rb', line 4026 class ListDbServersInput < Struct.new( :cloud_exadata_infrastructure_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
4026 4027 4028 4029 4030 4031 4032 |
# File 'lib/aws-sdk-odb/types.rb', line 4026 class ListDbServersInput < Struct.new( :cloud_exadata_infrastructure_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |