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.
5727 5728 5729 |
# File 'sig/types.rbs', line 5727 def connection_name @connection_name end |
#path ⇒ ::String
Returns the value of attribute path.
5728 5729 5730 |
# File 'sig/types.rbs', line 5728 def path @path end |
#scan_all ⇒ Boolean
Returns the value of attribute scan_all.
5729 5730 5731 |
# File 'sig/types.rbs', line 5729 def scan_all @scan_all end |