Class: Aws::Redshift::Types::AssociateDataShareConsumerMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::AssociateDataShareConsumerMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #allow_writes  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If set to true, allows write operations for a datashare.
 - 
  
    
      #associate_entire_account  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A value that specifies whether the datashare is associated with the entire account.
 - 
  
    
      #consumer_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the consumer namespace associated with the datashare.
 - 
  
    
      #consumer_region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
From a datashare consumer account, associates a datashare with all existing and future namespaces in the specified Amazon Web Services Region.
 - 
  
    
      #data_share_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the datashare that the consumer is to use.
 
Instance Attribute Details
#allow_writes ⇒ Boolean
If set to true, allows write operations for a datashare.
      161 162 163 164 165 166 167 168 169  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 161 class AssociateDataShareConsumerMessage < Struct.new( :data_share_arn, :associate_entire_account, :consumer_arn, :consumer_region, :allow_writes) SENSITIVE = [] include Aws::Structure end  | 
  
#associate_entire_account ⇒ Boolean
A value that specifies whether the datashare is associated with the entire account.
      161 162 163 164 165 166 167 168 169  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 161 class AssociateDataShareConsumerMessage < Struct.new( :data_share_arn, :associate_entire_account, :consumer_arn, :consumer_region, :allow_writes) SENSITIVE = [] include Aws::Structure end  | 
  
#consumer_arn ⇒ String
The Amazon Resource Name (ARN) of the consumer namespace associated with the datashare.
      161 162 163 164 165 166 167 168 169  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 161 class AssociateDataShareConsumerMessage < Struct.new( :data_share_arn, :associate_entire_account, :consumer_arn, :consumer_region, :allow_writes) SENSITIVE = [] include Aws::Structure end  | 
  
#consumer_region ⇒ String
From a datashare consumer account, associates a datashare with all existing and future namespaces in the specified Amazon Web Services Region.
      161 162 163 164 165 166 167 168 169  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 161 class AssociateDataShareConsumerMessage < Struct.new( :data_share_arn, :associate_entire_account, :consumer_arn, :consumer_region, :allow_writes) SENSITIVE = [] include Aws::Structure end  | 
  
#data_share_arn ⇒ String
The Amazon Resource Name (ARN) of the datashare that the consumer is to use.
      161 162 163 164 165 166 167 168 169  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 161 class AssociateDataShareConsumerMessage < Struct.new( :data_share_arn, :associate_entire_account, :consumer_arn, :consumer_region, :allow_writes) SENSITIVE = [] include Aws::Structure end  |