Class: Aws::CleanRooms::Types::ProtectedQuerySingleMemberOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedQuerySingleMemberOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Details about the member who received the query result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID of the member in the collaboration who can receive results for the query.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the member in the collaboration who can receive results for the query.
6710 6711 6712 6713 6714 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6710 class ProtectedQuerySingleMemberOutput < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |