Class: Aws::CleanRooms::Types::DisallowIntermediateTableInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::DisallowIntermediateTableInput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#include_descendants ⇒ Boolean
Specifies whether to cascade the disallow action to descendant intermediate tables.
-
#intermediate_table_name ⇒ String
The name of the intermediate table to disallow.
-
#membership_identifier ⇒ String
The unique identifier of the membership that contains the intermediate table to disallow.
Instance Attribute Details
#include_descendants ⇒ Boolean
Specifies whether to cascade the disallow action to descendant
intermediate tables. Default is true.
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_name ⇒ String
The name of the intermediate table to disallow.
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_identifier ⇒ String
The unique identifier of the membership that contains the intermediate table to disallow.
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 |