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)


5727
5728
5729
# File 'sig/types.rbs', line 5727

def connection_name
  @connection_name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


5728
5729
5730
# File 'sig/types.rbs', line 5728

def path
  @path
end

#scan_allBoolean

Returns the value of attribute scan_all.

Returns:

  • (Boolean)


5729
5730
5731
# File 'sig/types.rbs', line 5729

def scan_all
  @scan_all
end