Class: Aws::IVSRealTime::Types::GetPublicKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::GetPublicKeyResponse
- Defined in:
- gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#public_key ⇒ Types::PublicKey
The public key that is returned.
Instance Attribute Details
#public_key ⇒ Types::PublicKey
The public key that is returned.
1023 1024 1025 1026 1027 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1023 class GetPublicKeyResponse < Struct.new( :public_key) SENSITIVE = [] include Aws::Structure end |