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