Class: Aws::IoTSiteWise::Types::WorkspaceEncryptionConfigurationInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::WorkspaceEncryptionConfigurationInfo
- 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
-
#encryption_type ⇒ String
The type of encryption used for the workspace.
-
#kms_key_arn ⇒ String
The key ARN of the KMS key used for KMS encryption if
encryptionTypeisKMS_BASED_ENCRYPTION.
Instance Attribute Details
#encryption_type ⇒ String
The type of encryption used for the workspace.
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_arn ⇒ String
The key ARN of the KMS key used for KMS encryption if
encryptionType is KMS_BASED_ENCRYPTION.
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 |