Class: Aws::IVS::Types::ImportPlaybackKeyPairResponse

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



1487
1488
1489
1490
1491
# File 'lib/aws-sdk-ivs/types.rb', line 1487

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