Class: Aws::IoTManagedIntegrations::Types::CreateCredentialLockerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::CreateCredentialLockerResponse
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the credential locker.
-
#created_at ⇒ Time
The timestamp value of when the credential locker request occurred.
-
#id ⇒ String
The identifier of the credential locker creation request.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the credential locker.
647 648 649 650 651 652 653 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 647 class CreateCredentialLockerResponse < Struct.new( :id, :arn, :created_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp value of when the credential locker request occurred.
647 648 649 650 651 652 653 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 647 class CreateCredentialLockerResponse < Struct.new( :id, :arn, :created_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the credential locker creation request.
647 648 649 650 651 652 653 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 647 class CreateCredentialLockerResponse < Struct.new( :id, :arn, :created_at) SENSITIVE = [] include Aws::Structure end |