Class: Aws::EFS::Types::PutAccountPreferencesRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EFS::Types::PutAccountPreferencesRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-efs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #resource_id_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the EFS resource ID preference to set for the user’s Amazon Web Services account, in the current Amazon Web Services Region, either ‘LONG_ID` (17 characters), or `SHORT_ID` (8 characters).
 
Instance Attribute Details
#resource_id_type ⇒ String
Specifies the EFS resource ID preference to set for the user’s Amazon Web Services account, in the current Amazon Web Services Region, either ‘LONG_ID` (17 characters), or `SHORT_ID` (8 characters).
<note markdown=“1”> Starting in October, 2021, you will receive an error when setting the account preference to ‘SHORT_ID`. Contact Amazon Web Services support if you receive an error and must use short IDs for file system and mount target resources.
</note>
  
      2231 2232 2233 2234 2235  | 
    
      # File 'lib/aws-sdk-efs/types.rb', line 2231 class PutAccountPreferencesRequest < Struct.new( :resource_id_type) SENSITIVE = [] include Aws::Structure end  |