Class: Aws::DataExchange::Types::SchemaChangeRequestDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::SchemaChangeRequestDetails
- Defined in:
- gems/aws-sdk-dataexchange/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.
3083 3084 3085 3086 3087 3088 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3083 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.
3083 3084 3085 3086 3087 3088 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3083 class SchemaChangeRequestDetails < Struct.new( :changes, :schema_change_at) SENSITIVE = [] include Aws::Structure end |