Class: Aws::DataExchange::Types::DeprecationRequestDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::DeprecationRequestDetails
- 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
-
#deprecation_at ⇒ Time
A datetime in the future when the data set will be deprecated.
Instance Attribute Details
#deprecation_at ⇒ Time
A datetime in the future when the data set will be deprecated.
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 |