Method: Aws::Redshift::Types::DescribeReservedNodeOfferingsMessage#max_records
- Defined in:
- lib/aws-sdk-redshift/types.rb
#max_records ⇒ Integer
The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified ‘MaxRecords` value, a value is returned in a `marker` field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: ‘100`
Constraints: minimum 20, maximum 100.
5587 5588 5589 5590 5591 5592 5593 |
# File 'lib/aws-sdk-redshift/types.rb', line 5587 class DescribeReservedNodeOfferingsMessage < Struct.new( :reserved_node_offering_id, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |