Class: Aws::DataExchange::Types::DataUpdateRequestDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::DataUpdateRequestDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
Extra details specific to a data update type notification.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_updated_at ⇒ Time
A datetime in the past when the data was updated.
Instance Attribute Details
#data_updated_at ⇒ Time
A datetime in the past when the data was updated. This typically means that the underlying resource supporting the data set was updated.
1061 1062 1063 1064 1065 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1061 class DataUpdateRequestDetails < Struct.new( :data_updated_at) SENSITIVE = [] include Aws::Structure end |