Class: Aws::IoTManagedIntegrations::Types::SecretsManager
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::SecretsManager
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
Configuration for AWS Secrets Manager, used to securely store and manage sensitive information for connector destinations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the AWS Secrets Manager secret.
-
#version_id ⇒ String
The version ID of the AWS Secrets Manager secret.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the AWS Secrets Manager secret.
4487 4488 4489 4490 4491 4492 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4487 class SecretsManager < Struct.new( :arn, :version_id) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
The version ID of the AWS Secrets Manager secret.
4487 4488 4489 4490 4491 4492 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4487 class SecretsManager < Struct.new( :arn, :version_id) SENSITIVE = [] include Aws::Structure end |