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)


1999
2000
2001
2002
2003
2004
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 1999

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)


1999
2000
2001
2002
2003
2004
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 1999

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