Class: Aws::Types::WorkspaceEncryptionConfigurationInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_type"SITEWISE_DEFAULT_ENCRYPTION", "KMS_BASED_ENCRYPTION"

Returns the value of attribute encryption_type.

Returns:

  • ("SITEWISE_DEFAULT_ENCRYPTION", "KMS_BASED_ENCRYPTION")


3866
3867
3868
# File 'sig/types.rbs', line 3866

def encryption_type
  @encryption_type
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


3867
3868
3869
# File 'sig/types.rbs', line 3867

def kms_key_arn
  @kms_key_arn
end