Class: Aws::EFS::Types::DescribeAccountPreferencesRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EFS::Types::DescribeAccountPreferencesRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      830 831 832 833 834 835  | 
    
      # File 'lib/aws-sdk-efs/types.rb', line 830 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.
      830 831 832 833 834 835  | 
    
      # File 'lib/aws-sdk-efs/types.rb', line 830 class DescribeAccountPreferencesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  |