Class: Aws::CleanRooms::Types::ProtectedJobOutputConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedJobOutputConfigurationInput
- 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.
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#member ⇒ Types::ProtectedJobMemberOutputConfigurationInput
The member of the protected job output configuration input.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#member ⇒ Types::ProtectedJobMemberOutputConfigurationInput
The member of the protected job output configuration input.
7210 7211 7212 7213 7214 7215 7216 7217 7218 7219 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7210 class ProtectedJobOutputConfigurationInput < Struct.new( :member, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Member < ProtectedJobOutputConfigurationInput; end class Unknown < ProtectedJobOutputConfigurationInput; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
7210 7211 7212 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7210 def unknown @unknown end |