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.



2744
2745
2746
# File 'sig/types.rbs', line 2744

def member
  @member
end

#s3Types::ProtectedJobS3OutputConfigurationOutput

Returns the value of attribute s3.



2743
2744
2745
# File 'sig/types.rbs', line 2743

def s3
  @s3
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2745
2746
2747
# File 'sig/types.rbs', line 2745

def unknown
  @unknown
end