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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



11853
11854
11855
11856
11857
# File 'lib/aws-sdk-cleanrooms/types.rb', line 11853

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