Class: Aws::IVS::Types::GetPlaybackKeyPairResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_pairTypes::PlaybackKeyPair

<zonbook />

<xhtml />



825
826
827
828
829
# File 'lib/aws-sdk-ivs/types.rb', line 825

class GetPlaybackKeyPairResponse < Struct.new(
  :key_pair)
  SENSITIVE = []
  include Aws::Structure
end