Class: Aws::Types::Folder

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#absolute_path::String

Returns the value of attribute absolute_path.

Returns:

  • (::String)


731
732
733
# File 'sig/types.rbs', line 731

def absolute_path
  @absolute_path
end

#relative_path::String

Returns the value of attribute relative_path.

Returns:

  • (::String)


732
733
734
# File 'sig/types.rbs', line 732

def relative_path
  @relative_path
end

#tree_id::String

Returns the value of attribute tree_id.

Returns:

  • (::String)


730
731
732
# File 'sig/types.rbs', line 730

def tree_id
  @tree_id
end