Class: Aws::DataExchange::Types::RedshiftDataShareDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The ARN of the underlying Redshift data share that is being affected by this notification.

Returns:

  • (String)


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

#databaseString

The database name in the Redshift data share that is being affected by this notification.

Returns:

  • (String)


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

#functionString

A function name in the Redshift database that is being affected by this notification.

Returns:

  • (String)


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

#schemaString

A schema name in the Redshift database that is being affected by this notification.

Returns:

  • (String)


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

#tableString

A table name in the Redshift database that is being affected by this notification.

Returns:

  • (String)


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

#viewString

A view name in the Redshift database that is being affected by this notification.

Returns:

  • (String)


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