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

Inherits:
Struct
  • Object
show all
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_pairTypes::PlaybackKeyPair



819
820
821
822
823
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 819

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