Class: Aws::Types::GetObjectTorrentRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetObjectTorrentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def bucket @bucket end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def expected_bucket_owner @expected_bucket_owner end |
#key ⇒ ::String
Returns the value of attribute key.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def key @key end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def request_payer @request_payer end |