Class: Aws::Redshift::Types::DeauthorizeDataShareMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::DeauthorizeDataShareMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #consumer_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the data consumer that is to have authorization removed from the datashare.
 - 
  
    
      #data_share_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The namespace Amazon Resource Name (ARN) of the datashare to remove authorization from.
 
Instance Attribute Details
#consumer_identifier ⇒ String
The identifier of the data consumer that is to have authorization removed from the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.
      3385 3386 3387 3388 3389 3390  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 3385 class DeauthorizeDataShareMessage < Struct.new( :data_share_arn, :consumer_identifier) SENSITIVE = [] include Aws::Structure end  | 
  
#data_share_arn ⇒ String
The namespace Amazon Resource Name (ARN) of the datashare to remove authorization from.
      3385 3386 3387 3388 3389 3390  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 3385 class DeauthorizeDataShareMessage < Struct.new( :data_share_arn, :consumer_identifier) SENSITIVE = [] include Aws::Structure end  |