Class: Aws::IoTFleetWise::Types::PutEncryptionConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::PutEncryptionConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_type ⇒ String
The type of encryption.
-
#kms_key_id ⇒ String
The ID of the KMS key that is used for encryption.
Instance Attribute Details
#encryption_type ⇒ String
The type of encryption. Choose ‘KMS_BASED_ENCRYPTION` to use a KMS key or `FLEETWISE_DEFAULT_ENCRYPTION` to use an Amazon Web Services managed key.
3726 3727 3728 3729 3730 3731 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3726 class PutEncryptionConfigurationRequest < Struct.new( :kms_key_id, :encryption_type) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
The ID of the KMS key that is used for encryption.
3726 3727 3728 3729 3730 3731 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3726 class PutEncryptionConfigurationRequest < Struct.new( :kms_key_id, :encryption_type) SENSITIVE = [] include Aws::Structure end |