Class: Aws::EFS::Types::ResourceIdPreference

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb

Overview

Describes the resource type and its ID preference for the user's Amazon Web Services account, in the current Amazon Web Services Region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_id_typeString

Identifies the EFS resource ID preference, either LONG_ID (17 characters) or SHORT_ID (8 characters).

Returns:

  • (String)


2384
2385
2386
2387
2388
2389
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2384

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

#resourcesArray<String>

Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM and MOUNT_TARGET.

Returns:

  • (Array<String>)


2384
2385
2386
2387
2388
2389
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2384

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