Class: Aws::IoT::Types::RegisterCertificateWithoutCARequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::RegisterCertificateWithoutCARequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_pem ⇒ String
The certificate data, in PEM format.
-
#status ⇒ String
The status of the register certificate request.
Instance Attribute Details
#certificate_pem ⇒ String
The certificate data, in PEM format.
14248 14249 14250 14251 14252 14253 |
# File 'lib/aws-sdk-iot/types.rb', line 14248 class RegisterCertificateWithoutCARequest < Struct.new( :certificate_pem, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the register certificate request.
14248 14249 14250 14251 14252 14253 |
# File 'lib/aws-sdk-iot/types.rb', line 14248 class RegisterCertificateWithoutCARequest < Struct.new( :certificate_pem, :status) SENSITIVE = [] include Aws::Structure end |