Class: Aws::Types::InputFileLocation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#efs_file_locationTypes::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_locationTypes::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