Class: Aws::IoTManagedIntegrations::Types::GetCredentialLockerRequest

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

#identifierString

The identifier of the credential locker.

Returns:

  • (String)


1692
1693
1694
1695
1696
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 1692

class GetCredentialLockerRequest < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end