Class: Aws::IVS::Types::GetAdConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::GetAdConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the ad configuration to be retrieved.
Instance Attribute Details
#arn ⇒ String
ARN of the ad configuration to be retrieved.
1256 1257 1258 1259 1260 |
# File 'lib/aws-sdk-ivs/types.rb', line 1256 class GetAdConfigurationRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |