Class: Aws::Types::ProtectedJobOutputConfigurationOutput

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

Defined Under Namespace

Classes: Member, S3, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#memberTypes::ProtectedJobMemberOutputConfigurationOutput

Returns the value of attribute member.



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

def member
  @member
end

#s3Types::ProtectedJobS3OutputConfigurationOutput

Returns the value of attribute s3.



2716
2717
2718
# File 'sig/types.rbs', line 2716

def s3
  @s3
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


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

def unknown
  @unknown
end