Class: Aws::CleanRooms::Types::ProtectedJobMemberOutputConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedJobMemberOutputConfigurationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
The protected job member output configuration input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID.
Instance Attribute Details
#account_id ⇒ String
The account ID.
7829 7830 7831 7832 7833 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7829 class ProtectedJobMemberOutputConfigurationInput < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |