Class: Aws::Types::S3ObjectForSendObjectMalwareScan

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


2768
2769
2770
# File 'sig/types.rbs', line 2768

def bucket
  @bucket
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2769
2770
2771
# File 'sig/types.rbs', line 2769

def key
  @key
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


2770
2771
2772
# File 'sig/types.rbs', line 2770

def version_id
  @version_id
end