Class: Aws::IoTManagedIntegrations::Types::DeleteCredentialLockerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::DeleteCredentialLockerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier of the credential locker.
Instance Attribute Details
#identifier ⇒ String
The identifier of the credential locker.
1251 1252 1253 1254 1255 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 1251 class DeleteCredentialLockerRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |