Class: Aws::IoT::Types::RegisterCertificateWithoutCAResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::RegisterCertificateWithoutCAResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the registered certificate.
-
#certificate_id ⇒ String
The ID of the registered certificate.
Instance Attribute Details
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the registered certificate.
15241 15242 15243 15244 15245 15246 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15241 class RegisterCertificateWithoutCAResponse < Struct.new( :certificate_arn, :certificate_id) SENSITIVE = [] include Aws::Structure end |
#certificate_id ⇒ String
The ID of the registered certificate. (The last part of the certificate ARN contains the certificate ID.
15241 15242 15243 15244 15245 15246 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15241 class RegisterCertificateWithoutCAResponse < Struct.new( :certificate_arn, :certificate_id) SENSITIVE = [] include Aws::Structure end |