Class: Aws::IoTSiteWise::Types::DescribeDefaultEncryptionConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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’s an error, it also contains the ‘ErrorDetails`.



4609
4610
4611
4612
4613
4614
4615
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4609

class DescribeDefaultEncryptionConfigurationResponse < 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)


4609
4610
4611
4612
4613
4614
4615
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4609

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

#kms_key_arnString

The key ARN of the customer managed key used for KMS encryption if you use ‘KMS_BASED_ENCRYPTION`.

Returns:

  • (String)


4609
4610
4611
4612
4613
4614
4615
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4609

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