Class: Aws::CleanRooms::Types::GetIntermediateTableOutput

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 retrieved.



5389
5390
5391
5392
5393
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5389

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