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

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

Instance Attribute Details

#arnString

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

Returns:

  • (String)


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

#databaseString

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

Returns:

  • (String)


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

#functionString

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

Returns:

  • (String)


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

#schemaString

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

Returns:

  • (String)


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

#tableString

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

Returns:

  • (String)


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

#viewString

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

Returns:

  • (String)


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