Class: Aws::IVS::Types::DeleteAdConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::DeleteAdConfigurationRequest
- 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 ad configuration to be deleted.
Instance Attribute Details
#arn ⇒ String
ARN of the ad configuration to be deleted.
1148 1149 1150 1151 1152 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1148 class DeleteAdConfigurationRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |