Class: Aws::IVS::Types::BatchStartViewerSessionRevocationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::BatchStartViewerSessionRevocationResponse
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_control_allow_origin ⇒ String
See [Access-Control-Allow-Origin][1] in the MDN Web Docs.
-
#access_control_expose_headers ⇒ String
See [Access-Control-Expose-Headers][1] in the MDN Web Docs.
-
#cache_control ⇒ String
See [Cache-Control][1] in the MDN Web Docs.
-
#content_security_policy ⇒ String
See [Content-Security-Policy][1] in the MDN Web Docs.
-
#errors ⇒ Array<Types::BatchStartViewerSessionRevocationError>
Each error object is related to a specific
channelArnandviewerIdpair in the request. -
#strict_transport_security ⇒ String
See [Strict-Transport-Security][1] in the MDN Web Docs.
-
#x_content_type_options ⇒ String
See [X-Content-Type-Options][1] in the MDN Web Docs.
-
#x_frame_options ⇒ String
See [X-Frame-Options][1] in the MDN Web Docs.
Instance Attribute Details
#access_control_allow_origin ⇒ String
See Access-Control-Allow-Origin in the MDN Web Docs.
484 485 486 487 488 489 490 491 492 493 494 495 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 484 class BatchStartViewerSessionRevocationResponse < Struct.new( :access_control_allow_origin, :access_control_expose_headers, :cache_control, :content_security_policy, :strict_transport_security, :x_content_type_options, :x_frame_options, :errors) SENSITIVE = [] include Aws::Structure end |
#access_control_expose_headers ⇒ String
See Access-Control-Expose-Headers in the MDN Web Docs.
484 485 486 487 488 489 490 491 492 493 494 495 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 484 class BatchStartViewerSessionRevocationResponse < Struct.new( :access_control_allow_origin, :access_control_expose_headers, :cache_control, :content_security_policy, :strict_transport_security, :x_content_type_options, :x_frame_options, :errors) SENSITIVE = [] include Aws::Structure end |
#cache_control ⇒ String
See Cache-Control in the MDN Web Docs.
484 485 486 487 488 489 490 491 492 493 494 495 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 484 class BatchStartViewerSessionRevocationResponse < Struct.new( :access_control_allow_origin, :access_control_expose_headers, :cache_control, :content_security_policy, :strict_transport_security, :x_content_type_options, :x_frame_options, :errors) SENSITIVE = [] include Aws::Structure end |
#content_security_policy ⇒ String
See Content-Security-Policy in the MDN Web Docs.
484 485 486 487 488 489 490 491 492 493 494 495 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 484 class BatchStartViewerSessionRevocationResponse < Struct.new( :access_control_allow_origin, :access_control_expose_headers, :cache_control, :content_security_policy, :strict_transport_security, :x_content_type_options, :x_frame_options, :errors) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::BatchStartViewerSessionRevocationError>
Each error object is related to a specific channelArn and
viewerId pair in the request.
484 485 486 487 488 489 490 491 492 493 494 495 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 484 class BatchStartViewerSessionRevocationResponse < Struct.new( :access_control_allow_origin, :access_control_expose_headers, :cache_control, :content_security_policy, :strict_transport_security, :x_content_type_options, :x_frame_options, :errors) SENSITIVE = [] include Aws::Structure end |
#strict_transport_security ⇒ String
See Strict-Transport-Security in the MDN Web Docs.
484 485 486 487 488 489 490 491 492 493 494 495 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 484 class BatchStartViewerSessionRevocationResponse < Struct.new( :access_control_allow_origin, :access_control_expose_headers, :cache_control, :content_security_policy, :strict_transport_security, :x_content_type_options, :x_frame_options, :errors) SENSITIVE = [] include Aws::Structure end |
#x_content_type_options ⇒ String
See X-Content-Type-Options in the MDN Web Docs.
484 485 486 487 488 489 490 491 492 493 494 495 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 484 class BatchStartViewerSessionRevocationResponse < Struct.new( :access_control_allow_origin, :access_control_expose_headers, :cache_control, :content_security_policy, :strict_transport_security, :x_content_type_options, :x_frame_options, :errors) SENSITIVE = [] include Aws::Structure end |
#x_frame_options ⇒ String
See X-Frame-Options in the MDN Web Docs.
484 485 486 487 488 489 490 491 492 493 494 495 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 484 class BatchStartViewerSessionRevocationResponse < Struct.new( :access_control_allow_origin, :access_control_expose_headers, :cache_control, :content_security_policy, :strict_transport_security, :x_content_type_options, :x_frame_options, :errors) SENSITIVE = [] include Aws::Structure end |