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)


5708
5709
5710
# File 'sig/types.rbs', line 5708

def connection_name
  @connection_name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


5709
5710
5711
# File 'sig/types.rbs', line 5709

def path
  @path
end

#scan_allBoolean

Returns the value of attribute scan_all.

Returns:

  • (Boolean)


5710
5711
5712
# File 'sig/types.rbs', line 5710

def scan_all
  @scan_all
end