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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivsrealtime/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:



1118
1119
1120
1121
1122
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1118

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