Class: Aws::IVS::Types::GetAdConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::GetAdConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#ad_configuration ⇒ Types::AdConfiguration
1267 1268 1269 1270 1271 |
# File 'lib/aws-sdk-ivs/types.rb', line 1267 class GetAdConfigurationResponse < Struct.new( :ad_configuration) SENSITIVE = [] include Aws::Structure end |