Class: Aws::Types::ChangeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ChangeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_type ⇒ "PUT", "DELETE"
Returns the value of attribute change_type.
-
#db_path ⇒ ::String
Returns the value of attribute db_path.
-
#s3_path ⇒ ::String
Returns the value of attribute s3_path.
Instance Attribute Details
#change_type ⇒ "PUT", "DELETE"
Returns the value of attribute change_type.
33 34 35 |
# File 'sig/types.rbs', line 33 def change_type @change_type end |
#db_path ⇒ ::String
Returns the value of attribute db_path.
35 36 37 |
# File 'sig/types.rbs', line 35 def db_path @db_path end |
#s3_path ⇒ ::String
Returns the value of attribute s3_path.
34 35 36 |
# File 'sig/types.rbs', line 34 def s3_path @s3_path end |