Class: Aws::Types::ExportSqlDetails
- Inherits:
-
Object
- Object
- Aws::Types::ExportSqlDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#object_url ⇒ ::String
Returns the value of attribute object_url.
-
#s3_object_key ⇒ ::String
Returns the value of attribute s3_object_key.
Instance Attribute Details
#object_url ⇒ ::String
Returns the value of attribute object_url.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def object_url @object_url end |
#s3_object_key ⇒ ::String
Returns the value of attribute s3_object_key.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def s3_object_key @s3_object_key end |