Class: Aws::IoTSiteWise::Types::PutDefaultEncryptionConfigurationResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_statusTypes::ConfigurationStatus

The status of the account configuration. This contains the ConfigurationState. If there is an error, it also contains the ErrorDetails.



7457
7458
7459
7460
7461
7462
7463
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7457

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

#encryption_typeString

The type of encryption used for the encryption configuration.

Returns:

  • (String)


7457
7458
7459
7460
7461
7462
7463
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7457

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

#kms_key_arnString

The Key ARN of the KMS key used for KMS encryption if you use KMS_BASED_ENCRYPTION.

Returns:

  • (String)


7457
7458
7459
7460
7461
7462
7463
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7457

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