Class: Aws::IVS::Types::UpdateAdConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::UpdateAdConfigurationResponse
- Defined in:
- gems/aws-sdk-ivs/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.
3276 3277 3278 3279 3280 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 3276 class UpdateAdConfigurationResponse < Struct.new( :ad_configuration) SENSITIVE = [] include Aws::Structure end |