Class: Aws::IVSRealTime::Types::ImportPublicKeyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#public_keyTypes::PublicKey

The public key that was imported.

Returns:



1158
1159
1160
1161
1162
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1158

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