Class: Aws::Types::ObjectTypes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#base"FILE", ...

Returns the value of attribute base.

Returns:

  • ("FILE", "DIRECTORY", "GIT_LINK", "SYMBOLIC_LINK")


1525
1526
1527
# File 'sig/types.rbs', line 1525

def base
  @base
end

#destination"FILE", ...

Returns the value of attribute destination.

Returns:

  • ("FILE", "DIRECTORY", "GIT_LINK", "SYMBOLIC_LINK")


1524
1525
1526
# File 'sig/types.rbs', line 1524

def destination
  @destination
end

#source"FILE", ...

Returns the value of attribute source.

Returns:

  • ("FILE", "DIRECTORY", "GIT_LINK", "SYMBOLIC_LINK")


1523
1524
1525
# File 'sig/types.rbs', line 1523

def source
  @source
end