Class: Aws::Types::PutBucketCorsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutBucketCorsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
-
#content_md5 ⇒ ::String
Returns the value of attribute content_md5.
-
#cors_configuration ⇒ Types::CORSConfiguration
Returns the value of attribute cors_configuration.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
2273 2274 2275 |
# File 'sig/types.rbs', line 2273 def bucket @bucket end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
2276 2277 2278 |
# File 'sig/types.rbs', line 2276 def checksum_algorithm @checksum_algorithm end |
#content_md5 ⇒ ::String
Returns the value of attribute content_md5.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def content_md5 @content_md5 end |
#cors_configuration ⇒ Types::CORSConfiguration
Returns the value of attribute cors_configuration.
2274 2275 2276 |
# File 'sig/types.rbs', line 2274 def cors_configuration @cors_configuration end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2277 2278 2279 |
# File 'sig/types.rbs', line 2277 def expected_bucket_owner @expected_bucket_owner end |