Class: Aws::RedshiftServerless::Types::UpdateSnapshotCopyConfigurationResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RedshiftServerless::Types::UpdateSnapshotCopyConfigurationResponse
 
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #snapshot_copy_configuration  ⇒ Types::SnapshotCopyConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The updated snapshot copy configuration object. 
Instance Attribute Details
#snapshot_copy_configuration ⇒ Types::SnapshotCopyConfiguration
The updated snapshot copy configuration object.
| 3819 3820 3821 3822 3823 | # File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3819 class UpdateSnapshotCopyConfigurationResponse < Struct.new( :snapshot_copy_configuration) SENSITIVE = [] include Aws::Structure end |