Class: Aws::IVS::Types::CreateAdConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ad_configurationTypes::AdConfiguration



850
851
852
853
854
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 850

class CreateAdConfigurationResponse < Struct.new(
  :ad_configuration)
  SENSITIVE = []
  include Aws::Structure
end