Class: Aws::Types::ProtectedJobOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: MemberList, S3, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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

#s3Types::ProtectedJobS3Output

Returns the value of attribute s3.



2691
2692
2693
# File 'sig/types.rbs', line 2691

def s3
  @s3
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2693
2694
2695
# File 'sig/types.rbs', line 2693

def unknown
  @unknown
end