Class: Aws::IVS::Types::GetAdConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::GetAdConfigurationResponse
- 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_configuration ⇒ Types::AdConfiguration
1253 1254 1255 1256 1257 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1253 class GetAdConfigurationResponse < Struct.new( :ad_configuration) SENSITIVE = [] include Aws::Structure end |