Class: Aws::CleanRooms::Types::CreateIntermediateTableOutput

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

#intermediate_tableTypes::IntermediateTable

The intermediate table that was created.



4387
4388
4389
4390
4391
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4387

class CreateIntermediateTableOutput < Struct.new(
  :intermediate_table)
  SENSITIVE = []
  include Aws::Structure
end