Class: Aws::Types::ProtectedJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::ProtectedJobOutput
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: MemberList, S3, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#member_list ⇒ ::Array[Types::ProtectedJobSingleMemberOutput]
Returns the value of attribute member_list.
-
#s3 ⇒ Types::ProtectedJobS3Output
Returns the value of attribute s3.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#member_list ⇒ ::Array[Types::ProtectedJobSingleMemberOutput]
Returns the value of attribute member_list.
2692 2693 2694 |
# File 'sig/types.rbs', line 2692 def member_list @member_list end |
#s3 ⇒ Types::ProtectedJobS3Output
Returns the value of attribute s3.
2691 2692 2693 |
# File 'sig/types.rbs', line 2691 def s3 @s3 end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2693 2694 2695 |
# File 'sig/types.rbs', line 2693 def unknown @unknown end |