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.
2744 2745 2746 |
# File 'sig/types.rbs', line 2744 def member @member end |
#s3 ⇒ Types::ProtectedJobS3OutputConfigurationOutput
Returns the value of attribute s3.
2743 2744 2745 |
# File 'sig/types.rbs', line 2743 def s3 @s3 end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2745 2746 2747 |
# File 'sig/types.rbs', line 2745 def unknown @unknown end |