Class: Aws::IoTManagedIntegrations::Types::GetManagedThingCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::GetManagedThingCertificateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier of the managed thing.
Instance Attribute Details
#identifier ⇒ String
The identifier of the managed thing.
1985 1986 1987 1988 1989 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 1985 class GetManagedThingCertificateRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |