Class: Aws::IoT::Types::KeyPair
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::KeyPair
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Describes a key pair.
Constant Summary collapse
- SENSITIVE =
[:private_key]
Instance Attribute Summary collapse
-
#private_key ⇒ String
The private key.
-
#public_key ⇒ String
The public key.