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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/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)


894
895
896
897
898
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 894

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