Class: Aws::Types::FileLocation
- Inherits:
-
Object
- Object
- Aws::Types::FileLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#efs_file_location ⇒ Types::EfsFileLocation
Returns the value of attribute efs_file_location.
-
#s3_file_location ⇒ Types::S3FileLocation
Returns the value of attribute s3_file_location.
Instance Attribute Details
#efs_file_location ⇒ Types::EfsFileLocation
Returns the value of attribute efs_file_location.
735 736 737 |
# File 'sig/types.rbs', line 735 def efs_file_location @efs_file_location end |
#s3_file_location ⇒ Types::S3FileLocation
Returns the value of attribute s3_file_location.
734 735 736 |
# File 'sig/types.rbs', line 734 def s3_file_location @s3_file_location end |