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.
2157 2158 2159 2160 2161 |
# File 'lib/aws-sdk-efs/types.rb', line 2157 class PutAccountPreferencesResponse < Struct.new( :resource_id_preference) SENSITIVE = [] include Aws::Structure end |