Class: Aws::IVSRealTime::Types::ImportPublicKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ImportPublicKeyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#public_key ⇒ Types::PublicKey
The public key that was imported.
Instance Attribute Details
#public_key ⇒ Types::PublicKey
The public key that was imported.
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 |