Class: Aws::Types::InputFileLocation
- Inherits:
-
Object
- Object
- Aws::Types::InputFileLocation
- 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::S3InputFileLocation
Returns the value of attribute s3_file_location.
Instance Attribute Details
#efs_file_location ⇒ Types::EfsFileLocation
Returns the value of attribute efs_file_location.
808 809 810 |
# File 'sig/types.rbs', line 808 def efs_file_location @efs_file_location end |
#s3_file_location ⇒ Types::S3InputFileLocation
Returns the value of attribute s3_file_location.
807 808 809 |
# File 'sig/types.rbs', line 807 def s3_file_location @s3_file_location end |