Class: Aws::DataExchange::Types::DeprecationRequestDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataExchange::Types::DeprecationRequestDetails
 
 
- 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
- 
  
    
      #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.
      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  |