Class: Aws::Types::ProtectedJobOutputConfigurationOutput
- Inherits:
-
Object
- Object
- Aws::Types::ProtectedJobOutputConfigurationOutput
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#member ⇒ Types::ProtectedJobMemberOutputConfigurationOutput
Returns the value of attribute member.
-
#s3 ⇒ Types::ProtectedJobS3OutputConfigurationOutput
Returns the value of attribute s3.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#member ⇒ Types::ProtectedJobMemberOutputConfigurationOutput
Returns the value of attribute member.
2717 2718 2719 |
# File 'sig/types.rbs', line 2717 def member @member end |
#s3 ⇒ Types::ProtectedJobS3OutputConfigurationOutput
Returns the value of attribute s3.
2716 2717 2718 |
# File 'sig/types.rbs', line 2716 def s3 @s3 end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2718 2719 2720 |
# File 'sig/types.rbs', line 2718 def unknown @unknown end |