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.
5708 5709 5710 |
# File 'sig/types.rbs', line 5708 def connection_name @connection_name end |
#path ⇒ ::String
Returns the value of attribute path.
5709 5710 5711 |
# File 'sig/types.rbs', line 5709 def path @path end |
#scan_all ⇒ Boolean
Returns the value of attribute scan_all.
5710 5711 5712 |
# File 'sig/types.rbs', line 5710 def scan_all @scan_all end |