Class: Aws::DataExchange::Types::DataUpdateRequestDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb

Overview

Extra details specific to a data update type notification.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_updated_atTime

A datetime in the past when the data was updated. This typically means that the underlying resource supporting the data set was updated.

Returns:

  • (Time)


784
785
786
787
788
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 784

class DataUpdateRequestDetails < Struct.new(
  :data_updated_at)
  SENSITIVE = []
  include Aws::Structure
end