Class: Aws::CleanRooms::Types::DisallowIntermediateTableInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#include_descendantsBoolean

Specifies whether to cascade the disallow action to descendant intermediate tables. Default is true.

Returns:

  • (Boolean)


4869
4870
4871
4872
4873
4874
4875
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4869

class DisallowIntermediateTableInput < Struct.new(
  :membership_identifier,
  :intermediate_table_name,
  :include_descendants)
  SENSITIVE = []
  include Aws::Structure
end

#intermediate_table_nameString

The name of the intermediate table to disallow.

Returns:

  • (String)


4869
4870
4871
4872
4873
4874
4875
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4869

class DisallowIntermediateTableInput < Struct.new(
  :membership_identifier,
  :intermediate_table_name,
  :include_descendants)
  SENSITIVE = []
  include Aws::Structure
end

#membership_identifierString

The unique identifier of the membership that contains the intermediate table to disallow.

Returns:

  • (String)


4869
4870
4871
4872
4873
4874
4875
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4869

class DisallowIntermediateTableInput < Struct.new(
  :membership_identifier,
  :intermediate_table_name,
  :include_descendants)
  SENSITIVE = []
  include Aws::Structure
end