Class: Aws::CleanRooms::Types::ProtectedJobMemberOutputConfigurationOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

The protected job member output configuration output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID.

Returns:

  • (String)


9857
9858
9859
9860
9861
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9857

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