Class: Aws::IoTManagedIntegrations::Types::AuthMaterial
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::AuthMaterial
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
The authorization material containing the Secrets Manager arn and version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auth_material_name ⇒ String
The name of the authorization material.
-
#secrets_manager ⇒ Types::SecretsManager
Configuration for AWS Secrets Manager, used to securely store and manage sensitive information for connector destinations.
Instance Attribute Details
#auth_material_name ⇒ String
The name of the authorization material.
150 151 152 153 154 155 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 150 class AuthMaterial < Struct.new( :secrets_manager, :auth_material_name) SENSITIVE = [] include Aws::Structure end |
#secrets_manager ⇒ Types::SecretsManager
Configuration for AWS Secrets Manager, used to securely store and manage sensitive information for connector destinations.
150 151 152 153 154 155 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 150 class AuthMaterial < Struct.new( :secrets_manager, :auth_material_name) SENSITIVE = [] include Aws::Structure end |