Class: Aws::Types::MongoDBTarget
- Inherits:
-
Object
- Object
- Aws::Types::MongoDBTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#scan_all ⇒ Boolean
Returns the value of attribute scan_all.
Instance Attribute Details
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
5764 5765 5766 |
# File 'sig/types.rbs', line 5764 def connection_name @connection_name end |
#path ⇒ ::String
Returns the value of attribute path.
5765 5766 5767 |
# File 'sig/types.rbs', line 5765 def path @path end |
#scan_all ⇒ Boolean
Returns the value of attribute scan_all.
5766 5767 5768 |
# File 'sig/types.rbs', line 5766 def scan_all @scan_all end |