Class: Aws::MediaStore::Types::GetCorsPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaStore::Types::GetCorsPolicyOutput
- Defined in:
- gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cors_policy ⇒ Array<Types::CorsRule>
The CORS policy assigned to the container.
Instance Attribute Details
#cors_policy ⇒ Array<Types::CorsRule>
The CORS policy assigned to the container.
458 459 460 461 462 |
# File 'gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb', line 458 class GetCorsPolicyOutput < Struct.new( :cors_policy) SENSITIVE = [] include Aws::Structure end |