Class: Aws::DataExchange::Types::SchemaChangeRequestDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::SchemaChangeRequestDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
Extra details specific to this schema change type notification.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#changes ⇒ Array<Types::SchemaChangeDetails>
List of schema changes happening in the scope of this notification.
-
#schema_change_at ⇒ Time
A date in the future when the schema change is taking effect.
Instance Attribute Details
#changes ⇒ Array<Types::SchemaChangeDetails>
List of schema changes happening in the scope of this notification. This can have up to 100 entries.
3696 3697 3698 3699 3700 3701 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 3696 class SchemaChangeRequestDetails < Struct.new( :changes, :schema_change_at) SENSITIVE = [] include Aws::Structure end |
#schema_change_at ⇒ Time
A date in the future when the schema change is taking effect.
3696 3697 3698 3699 3700 3701 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 3696 class SchemaChangeRequestDetails < Struct.new( :changes, :schema_change_at) SENSITIVE = [] include Aws::Structure end |