Class: Aws::Types::DescribeDefaultEncryptionConfigurationResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_statusTypes::ConfigurationStatus

Returns the value of attribute configuration_status.



1751
1752
1753
# File 'sig/types.rbs', line 1751

def configuration_status
  @configuration_status
end

#encryption_type"SITEWISE_DEFAULT_ENCRYPTION", "KMS_BASED_ENCRYPTION"

Returns the value of attribute encryption_type.

Returns:

  • ("SITEWISE_DEFAULT_ENCRYPTION", "KMS_BASED_ENCRYPTION")


1749
1750
1751
# File 'sig/types.rbs', line 1749

def encryption_type
  @encryption_type
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1750
1751
1752
# File 'sig/types.rbs', line 1750

def kms_key_arn
  @kms_key_arn
end