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.
1999 2000 2001 2002 2003 2004 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1999 class GetManagedThingCertificateResponse < Struct.new( :managed_thing_id, :certificate_pem) SENSITIVE = [] include Aws::Structure end |
#managed_thing_id ⇒ String
The identifier of the managed thing.
1999 2000 2001 2002 2003 2004 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1999 class GetManagedThingCertificateResponse < Struct.new( :managed_thing_id, :certificate_pem) SENSITIVE = [] include Aws::Structure end |