Class: Aws::CleanRooms::Types::UpdateIntermediateTableOutput

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 updated intermediate table.



11521
11522
11523
11524
11525
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 11521

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