Class: Aws::EFS::Types::PutAccountPreferencesResponse

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_preferenceTypes::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 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2157

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