Class: Aws::Types::S3PresignedUrl
- Inherits:
-
Object
- Object
- Aws::Types::S3PresignedUrl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute headers.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute headers.
510 511 512 |
# File 'sig/types.rbs', line 510 def headers @headers end |
#url ⇒ ::String
Returns the value of attribute url.
509 510 511 |
# File 'sig/types.rbs', line 509 def url @url end |