Class: Aws::CleanRooms::Types::ProtectedJobMemberOutputConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedJobMemberOutputConfigurationOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
The protected job member output configuration output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID.
Instance Attribute Details
#account_id ⇒ String
The account ID.
7217 7218 7219 7220 7221 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7217 class ProtectedJobMemberOutputConfigurationOutput < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |