Class: Aws::IVS::Types::DeletePlaybackRestrictionPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::DeletePlaybackRestrictionPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the playback restriction policy to be deleted.
Instance Attribute Details
#arn ⇒ String
ARN of the playback restriction policy to be deleted.
728 729 730 731 732 |
# File 'lib/aws-sdk-ivs/types.rb', line 728 class DeletePlaybackRestrictionPolicyRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |