Class: Aws::EFS::Types::PutAccountPreferencesRequest

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

#resource_id_typeString

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

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.

Returns:

  • (String)


2143
2144
2145
2146
2147
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2143

class PutAccountPreferencesRequest < Struct.new(
  :resource_id_type)
  SENSITIVE = []
  include Aws::Structure
end