Class: Aws::Redshift::Types::CreateHsmConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::CreateHsmConfigurationResult
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hsm_configuration ⇒ Types::HsmConfiguration
Returns information about an HSM configuration, which is an object that describes to Amazon Redshift clusters the information they require to connect to an HSM where they can store database encryption keys.
Instance Attribute Details
#hsm_configuration ⇒ Types::HsmConfiguration
Returns information about an HSM configuration, which is an object that describes to Amazon Redshift clusters the information they require to connect to an HSM where they can store database encryption keys.
2891 2892 2893 2894 2895 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 2891 class CreateHsmConfigurationResult < Struct.new( :hsm_configuration) SENSITIVE = [] include Aws::Structure end |