Method: Aws::CleanRooms::Types::ProtectedJobOutputConfigurationOutput#member
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
#member ⇒ Types::ProtectedJobMemberOutputConfigurationOutput
The member output configuration for a protected job.
7914 7915 7916 7917 7918 7919 7920 7921 7922 7923 7924 7925 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7914 class ProtectedJobOutputConfigurationOutput < Struct.new( :s3, :member, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class S3 < ProtectedJobOutputConfigurationOutput; end class Member < ProtectedJobOutputConfigurationOutput; end class Unknown < ProtectedJobOutputConfigurationOutput; end end |