Class: Aws::CleanRooms::Types::ProtectedJobOutputConfigurationInput

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

Overview

Note:

ProtectedJobOutputConfigurationInput is a union - when making an API calls you must set exactly one of the members.

The protected job output configuration input.

Direct Known Subclasses

Member, Unknown

Defined Under Namespace

Classes: Member, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#memberTypes::ProtectedJobMemberOutputConfigurationInput

The member of the protected job output configuration input.



7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7262

class ProtectedJobOutputConfigurationInput < Struct.new(
  :member,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Member < ProtectedJobOutputConfigurationInput; end
  class Unknown < ProtectedJobOutputConfigurationInput; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



7262
7263
7264
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7262

def unknown
  @unknown
end