Class: Aws::S3::Types::GetBucketCorsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketCorsOutput
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cors_rules ⇒ Array<Types::CORSRule>
A set of origins and methods (cross-origin access that you want to allow).
Instance Attribute Details
#cors_rules ⇒ Array<Types::CORSRule>
A set of origins and methods (cross-origin access that you want to allow). You can add up to 100 rules to the configuration.
4165 4166 4167 4168 4169 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 4165 class GetBucketCorsOutput < Struct.new( :cors_rules) SENSITIVE = [] include Aws::Structure end |