Class: Aws::IVS::Types::GetPlaybackKeyPairResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::GetPlaybackKeyPairResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_pair ⇒ Types::PlaybackKeyPair
<zonbook />.
Instance Attribute Details
#key_pair ⇒ Types::PlaybackKeyPair
<zonbook />
<xhtml />
862 863 864 865 866 |
# File 'lib/aws-sdk-ivs/types.rb', line 862 class GetPlaybackKeyPairResponse < Struct.new( :key_pair) SENSITIVE = [] include Aws::Structure end |