Class: Aws::IoTManagedIntegrations::Types::SecretsManager

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the AWS Secrets Manager secret.

Returns:

  • (String)


4500
4501
4502
4503
4504
4505
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4500

class SecretsManager < Struct.new(
  :arn,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#version_idString

The version ID of the AWS Secrets Manager secret.

Returns:

  • (String)


4500
4501
4502
4503
4504
4505
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4500

class SecretsManager < Struct.new(
  :arn,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end