Class: Aws::IoTFleetWise::Types::PutEncryptionConfigurationResponse

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_statusString

The encryption status.

Returns:

  • (String)


3190
3191
3192
3193
3194
3195
3196
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3190

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

#encryption_typeString

The type of encryption. Set to KMS_BASED_ENCRYPTION to use an KMS key that you own and manage. Set to FLEETWISE_DEFAULT_ENCRYPTION to use an Amazon Web Services managed key that is owned by the Amazon Web Services IoT FleetWise service account.

Returns:

  • (String)


3190
3191
3192
3193
3194
3195
3196
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3190

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

#kms_key_idString

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

Returns:

  • (String)


3190
3191
3192
3193
3194
3195
3196
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3190

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