Class: Aws::IoTSiteWise::Types::WorkspaceEncryptionConfigurationInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Overview

Contains the encryption configuration information for a workspace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_typeString

The type of encryption used for the workspace.

Returns:

  • (String)


15398
15399
15400
15401
15402
15403
# File 'lib/aws-sdk-iotsitewise/types.rb', line 15398

class WorkspaceEncryptionConfigurationInfo < Struct.new(
  :encryption_type,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_arnString

The key ARN of the KMS key used for KMS encryption if encryptionType is KMS_BASED_ENCRYPTION.

Returns:

  • (String)


15398
15399
15400
15401
15402
15403
# File 'lib/aws-sdk-iotsitewise/types.rb', line 15398

class WorkspaceEncryptionConfigurationInfo < Struct.new(
  :encryption_type,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end