Class: Aws::DataExchange::Types::DeprecationRequestDetails

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

Overview

Extra details specific to a deprecation type notification.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deprecation_atTime

A datetime in the future when the data set will be deprecated.

Returns:

  • (Time)


1183
1184
1185
1186
1187
# File 'lib/aws-sdk-dataexchange/types.rb', line 1183

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