Class: Aws::EFS::Types::ResourceIdPreference
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::ResourceIdPreference
- Includes:
- Structure
- Defined in:
- 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
-
#resource_id_type ⇒ String
Identifies the EFS resource ID preference, either ‘LONG_ID` (17 characters) or `SHORT_ID` (8 characters).
-
#resources ⇒ Array<String>
Identifies the Amazon EFS resources to which the ID preference setting applies, ‘FILE_SYSTEM` and `MOUNT_TARGET`.
Instance Attribute Details
#resource_id_type ⇒ String
Identifies the EFS resource ID preference, either ‘LONG_ID` (17 characters) or `SHORT_ID` (8 characters).
2479 2480 2481 2482 2483 2484 |
# File 'lib/aws-sdk-efs/types.rb', line 2479 class ResourceIdPreference < Struct.new( :resource_id_type, :resources) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<String>
Identifies the Amazon EFS resources to which the ID preference setting applies, ‘FILE_SYSTEM` and `MOUNT_TARGET`.
2479 2480 2481 2482 2483 2484 |
# File 'lib/aws-sdk-efs/types.rb', line 2479 class ResourceIdPreference < Struct.new( :resource_id_type, :resources) SENSITIVE = [] include Aws::Structure end |