Class: Aws::DataExchange::Types::SchemaChangeRequestDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#changesArray<Types::SchemaChangeDetails>

List of schema changes happening in the scope of this notification. This can have up to 100 entries.

Returns:



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_atTime

A date in the future when the schema change is taking effect.

Returns:

  • (Time)


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