Class: Aws::DataExchange::Types::RedshiftDataShareDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::RedshiftDataShareDetails
- Defined in:
- gems/aws-sdk-dataexchange/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.
2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2562 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.
2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2562 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.
2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2562 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.
2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2562 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.
2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2562 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.
2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2562 class RedshiftDataShareDetails < Struct.new( :arn, :database, :function, :table, :schema, :view) SENSITIVE = [] include Aws::Structure end |