Class: Aws::Types::GetObjectLegalHoldRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.



1191
1192
1193
# File 'sig/types.rbs', line 1191

def bucket
  @bucket
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.



1195
1196
1197
# File 'sig/types.rbs', line 1195

def expected_bucket_owner
  @expected_bucket_owner
end

#key::String

Returns the value of attribute key.



1192
1193
1194
# File 'sig/types.rbs', line 1192

def key
  @key
end

#request_payer"requester"

Returns the value of attribute request_payer.



1194
1195
1196
# File 'sig/types.rbs', line 1194

def request_payer
  @request_payer
end

#version_id::String

Returns the value of attribute version_id.



1193
1194
1195
# File 'sig/types.rbs', line 1193

def version_id
  @version_id
end