Class: Aws::Types::SchemaChangeRequestDetails
- Inherits:
-
Object
- Object
- Aws::Types::SchemaChangeRequestDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#changes ⇒ ::Array[Types::SchemaChangeDetails]
Returns the value of attribute changes.
-
#schema_change_at ⇒ ::Time
Returns the value of attribute schema_change_at.
Instance Attribute Details
#changes ⇒ ::Array[Types::SchemaChangeDetails]
Returns the value of attribute changes.
986 987 988 |
# File 'sig/types.rbs', line 986 def changes @changes end |
#schema_change_at ⇒ ::Time
Returns the value of attribute schema_change_at.
987 988 989 |
# File 'sig/types.rbs', line 987 def schema_change_at @schema_change_at end |