Class: Aws::EFS::Types::PutAccountPreferencesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::PutAccountPreferencesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-efs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id_preference ⇒ Types::ResourceIdPreference
Describes the resource type and its ID preference for the user’s Amazon Web Services account, in the current Amazon Web Services Region.
Instance Attribute Details
#resource_id_preference ⇒ Types::ResourceIdPreference
Describes the resource type and its ID preference for the user’s Amazon Web Services account, in the current Amazon Web Services Region.
2245 2246 2247 2248 2249 |
# File 'lib/aws-sdk-efs/types.rb', line 2245 class PutAccountPreferencesResponse < Struct.new( :resource_id_preference) SENSITIVE = [] include Aws::Structure end |