Class: Aws::IoTManagedIntegrations::Types::GetManagedThingCertificateResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotmanagedintegrations/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_pemString

The PEM-encoded certificate for the managed thing.

Returns:

  • (String)


2090
2091
2092
2093
2094
2095
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2090

class GetManagedThingCertificateResponse < Struct.new(
  :managed_thing_id,
  :certificate_pem)
  SENSITIVE = []
  include Aws::Structure
end

#managed_thing_idString

The identifier of the managed thing.

Returns:

  • (String)


2090
2091
2092
2093
2094
2095
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2090

class GetManagedThingCertificateResponse < Struct.new(
  :managed_thing_id,
  :certificate_pem)
  SENSITIVE = []
  include Aws::Structure
end