Class: Aws::Types::MongoDBTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


5764
5765
5766
# File 'sig/types.rbs', line 5764

def connection_name
  @connection_name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


5765
5766
5767
# File 'sig/types.rbs', line 5765

def path
  @path
end

#scan_allBoolean

Returns the value of attribute scan_all.

Returns:

  • (Boolean)


5766
5767
5768
# File 'sig/types.rbs', line 5766

def scan_all
  @scan_all
end