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.



2719
2720
2721
# File 'sig/types.rbs', line 2719

def member_list
  @member_list
end

#s3Types::ProtectedJobS3Output

Returns the value of attribute s3.



2718
2719
2720
# File 'sig/types.rbs', line 2718

def s3
  @s3
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2720
2721
2722
# File 'sig/types.rbs', line 2720

def unknown
  @unknown
end