Class: Aws::Types::ScanFilePath

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_name::String

Returns the value of attribute file_name.

Returns:

  • (::String)


2846
2847
2848
# File 'sig/types.rbs', line 2846

def file_name
  @file_name
end

#file_path::String

Returns the value of attribute file_path.

Returns:

  • (::String)


2843
2844
2845
# File 'sig/types.rbs', line 2843

def file_path
  @file_path
end

#hash::String

Returns the value of attribute hash.

Returns:

  • (::String)


2845
2846
2847
# File 'sig/types.rbs', line 2845

def hash
  @hash
end

#volume_arn::String

Returns the value of attribute volume_arn.

Returns:

  • (::String)


2844
2845
2846
# File 'sig/types.rbs', line 2844

def volume_arn
  @volume_arn
end