Class: Aws::IoTFleetWise::Types::PutEncryptionConfigurationRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_typeString

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.

Returns:

  • (String)


3168
3169
3170
3171
3172
3173
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3168

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

#kms_key_idString

The ID of the KMS key that is used for encryption.

Returns:

  • (String)


3168
3169
3170
3171
3172
3173
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3168

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