Class: Aws::Types::MembershipProtectedJobOutputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MembershipProtectedJobOutputConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3 ⇒ Types::ProtectedJobS3OutputConfigurationInput
Returns the value of attribute s3.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#s3 ⇒ Types::ProtectedJobS3OutputConfigurationInput
Returns the value of attribute s3.
2398 2399 2400 |
# File 'sig/types.rbs', line 2398 def s3 @s3 end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2399 2400 2401 |
# File 'sig/types.rbs', line 2399 def unknown @unknown end |