Class: Aws::EFS::Types::DescribeAccountPreferencesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::DescribeAccountPreferencesRequest
- Defined in:
- gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
(Optional) When retrieving account preferences, you can optionally specify the
MaxItems
parameter to limit the number of objects returned in a response. -
#next_token ⇒ String
(Optional) You can use
NextToken
in a subsequent request to fetch the next page of Amazon Web Services account preferences if the response payload was paginated.
Instance Attribute Details
#max_results ⇒ Integer
(Optional) When retrieving account preferences, you can optionally
specify the MaxItems
parameter to limit the number of objects
returned in a response. The default value is 100.
806 807 808 809 810 811 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 806 class DescribeAccountPreferencesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
(Optional) You can use NextToken
in a subsequent request to fetch
the next page of Amazon Web Services account preferences if the
response payload was paginated.
806 807 808 809 810 811 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 806 class DescribeAccountPreferencesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |