Class: Aws::EFS::Types::DescribeAccountPreferencesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

(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.

Returns:

  • (Integer)


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_tokenString

(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.

Returns:

  • (String)


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