Class: Aws::Types::IsBinaryFile

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#baseBoolean

Returns the value of attribute base.

Returns:

  • (Boolean)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def base
  @base
end

#destinationBoolean

Returns the value of attribute destination.

Returns:

  • (Boolean)


1216
1217
1218
# File 'sig/types.rbs', line 1216

def destination
  @destination
end

#sourceBoolean

Returns the value of attribute source.

Returns:

  • (Boolean)


1215
1216
1217
# File 'sig/types.rbs', line 1215

def source
  @source
end