Class: Aws::IVS::Types::DeletePlaybackRestrictionPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::DeletePlaybackRestrictionPolicyRequest
- Defined in:
- gems/aws-sdk-ivs/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.
771 772 773 774 775 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 771 class DeletePlaybackRestrictionPolicyRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |