Class: Aws::IVS::Types::UpdateAdConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::UpdateAdConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ad_configuration ⇒ Types::AdConfiguration
Object specifying the updated ad configuration.
Instance Attribute Details
#ad_configuration ⇒ Types::AdConfiguration
Object specifying the updated ad configuration.
3341 3342 3343 3344 3345 |
# File 'lib/aws-sdk-ivs/types.rb', line 3341 class UpdateAdConfigurationResponse < Struct.new( :ad_configuration) SENSITIVE = [] include Aws::Structure end |