Class: Aws::IoTManagedIntegrations::Types::GetManagedThingCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::GetManagedThingCertificateResponse
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_pem ⇒ String
The PEM-encoded certificate for the managed thing.
-
#managed_thing_id ⇒ String
The identifier of the managed thing.
Instance Attribute Details
#certificate_pem ⇒ String
The PEM-encoded certificate for the managed thing.
2084 2085 2086 2087 2088 2089 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2084 class GetManagedThingCertificateResponse < Struct.new( :managed_thing_id, :certificate_pem) SENSITIVE = [] include Aws::Structure end |
#managed_thing_id ⇒ String
The identifier of the managed thing.
2084 2085 2086 2087 2088 2089 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2084 class GetManagedThingCertificateResponse < Struct.new( :managed_thing_id, :certificate_pem) SENSITIVE = [] include Aws::Structure end |