Class: Aws::DataExchange::Types::RedshiftDataShareDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataExchange::Types::RedshiftDataShareDetails
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dataexchange/types.rb
 
Overview
Extra details specific to the affected scope in this Redshift data set.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the underlying Redshift data share that is being affected by this notification.
 - 
  
    
      #database  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The database name in the Redshift data share that is being affected by this notification.
 - 
  
    
      #function  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A function name in the Redshift database that is being affected by this notification.
 - 
  
    
      #schema  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A schema name in the Redshift database that is being affected by this notification.
 - 
  
    
      #table  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A table name in the Redshift database that is being affected by this notification.
 - 
  
    
      #view  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A view name in the Redshift database that is being affected by this notification.
 
Instance Attribute Details
#arn ⇒ String
The ARN of the underlying Redshift data share that is being affected by this notification.
      3175 3176 3177 3178 3179 3180 3181 3182 3183 3184  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 3175 class RedshiftDataShareDetails < Struct.new( :arn, :database, :function, :table, :schema, :view) SENSITIVE = [] include Aws::Structure end  | 
  
#database ⇒ String
The database name in the Redshift data share that is being affected by this notification.
      3175 3176 3177 3178 3179 3180 3181 3182 3183 3184  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 3175 class RedshiftDataShareDetails < Struct.new( :arn, :database, :function, :table, :schema, :view) SENSITIVE = [] include Aws::Structure end  | 
  
#function ⇒ String
A function name in the Redshift database that is being affected by this notification.
      3175 3176 3177 3178 3179 3180 3181 3182 3183 3184  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 3175 class RedshiftDataShareDetails < Struct.new( :arn, :database, :function, :table, :schema, :view) SENSITIVE = [] include Aws::Structure end  | 
  
#schema ⇒ String
A schema name in the Redshift database that is being affected by this notification.
      3175 3176 3177 3178 3179 3180 3181 3182 3183 3184  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 3175 class RedshiftDataShareDetails < Struct.new( :arn, :database, :function, :table, :schema, :view) SENSITIVE = [] include Aws::Structure end  | 
  
#table ⇒ String
A table name in the Redshift database that is being affected by this notification.
      3175 3176 3177 3178 3179 3180 3181 3182 3183 3184  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 3175 class RedshiftDataShareDetails < Struct.new( :arn, :database, :function, :table, :schema, :view) SENSITIVE = [] include Aws::Structure end  | 
  
#view ⇒ String
A view name in the Redshift database that is being affected by this notification.
      3175 3176 3177 3178 3179 3180 3181 3182 3183 3184  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 3175 class RedshiftDataShareDetails < Struct.new( :arn, :database, :function, :table, :schema, :view) SENSITIVE = [] include Aws::Structure end  |