Class: Aws::Types::FileLocation

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.



735
736
737
# File 'sig/types.rbs', line 735

def efs_file_location
  @efs_file_location
end

#s3_file_locationTypes::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