Class: Aws::Chime::Types::PutRetentionSettingsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Chime::Types::PutRetentionSettingsResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #initiate_deletion_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format. 
- 
  
    
      #retention_settings  ⇒ Types::RetentionSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The retention settings. 
Instance Attribute Details
#initiate_deletion_timestamp ⇒ Time
The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.
| 2052 2053 2054 2055 2056 2057 | # File 'lib/aws-sdk-chime/types.rb', line 2052 class PutRetentionSettingsResponse < Struct.new( :retention_settings, :initiate_deletion_timestamp) SENSITIVE = [] include Aws::Structure end | 
#retention_settings ⇒ Types::RetentionSettings
The retention settings.
| 2052 2053 2054 2055 2056 2057 | # File 'lib/aws-sdk-chime/types.rb', line 2052 class PutRetentionSettingsResponse < Struct.new( :retention_settings, :initiate_deletion_timestamp) SENSITIVE = [] include Aws::Structure end |