Class: Aws::Redshift::Types::RejectDataShareMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::RejectDataShareMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #data_share_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the datashare to reject.
 
Instance Attribute Details
#data_share_arn ⇒ String
The Amazon Resource Name (ARN) of the datashare to reject.
      9533 9534 9535 9536 9537  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 9533 class RejectDataShareMessage < Struct.new( :data_share_arn) SENSITIVE = [] include Aws::Structure end  |