Class: Aws::EFS::Types::DescribeAccountPreferencesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::DescribeAccountPreferencesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-efs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Present if there are more records than returned in the response.
-
#resource_id_preference ⇒ Types::ResourceIdPreference
Describes the resource ID preference setting for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.
Instance Attribute Details
#next_token ⇒ String
Present if there are more records than returned in the response. You can use the ‘NextToken` in the subsequent request to fetch the additional descriptions.
851 852 853 854 855 856 |
# File 'lib/aws-sdk-efs/types.rb', line 851 class DescribeAccountPreferencesResponse < Struct.new( :resource_id_preference, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_id_preference ⇒ Types::ResourceIdPreference
Describes the resource ID preference setting for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.
851 852 853 854 855 856 |
# File 'lib/aws-sdk-efs/types.rb', line 851 class DescribeAccountPreferencesResponse < Struct.new( :resource_id_preference, :next_token) SENSITIVE = [] include Aws::Structure end |