CreateKeysAndCertificateResponse class
The output of the CreateKeysAndCertificate operation.
Constructors
- CreateKeysAndCertificateResponse.new({String? certificateArn, String? certificateId, String? certificatePem, KeyPair? keyPair})
-
CreateKeysAndCertificateResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- certificateArn → String?
-
The ARN of the certificate.
final
- certificateId → String?
-
The ID of the certificate. AWS IoT issues a default subject name for the
certificate (for example, AWS IoT Certificate).
final
- certificatePem → String?
-
The certificate data, in PEM format.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyPair → KeyPair?
-
The generated key pair.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited