Class: Aws::Redshift::Types::CreateHsmClientCertificateMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hsm_client_certificate_identifierString

The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.

Returns:

  • (String)


2816
2817
2818
2819
2820
2821
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 2816

class CreateHsmClientCertificateMessage < Struct.new(
  :hsm_client_certificate_identifier,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tag instances.

Returns:



2816
2817
2818
2819
2820
2821
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 2816

class CreateHsmClientCertificateMessage < Struct.new(
  :hsm_client_certificate_identifier,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end