Class: Aws::IVS::Types::GetPlaybackKeyPairResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::GetPlaybackKeyPairResponse
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#key_pair ⇒ Types::PlaybackKeyPair
605 606 607 608 609 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 605 class GetPlaybackKeyPairResponse < Struct.new( :key_pair) SENSITIVE = [] include Aws::Structure end |