Class: Aws::NimbleStudio::Types::StudioEncryptionConfiguration

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

Overview

Configuration of the encryption method that is used for the studio.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_arnString

The ARN for a KMS key that is used to encrypt studio data.

Returns:

  • (String)


3509
3510
3511
3512
3513
3514
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3509

class StudioEncryptionConfiguration < Struct.new(
  :key_arn,
  :key_type)
  SENSITIVE = []
  include Aws::Structure
end

#key_typeString

The type of KMS key that is used to encrypt studio data.

Returns:

  • (String)


3509
3510
3511
3512
3513
3514
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3509

class StudioEncryptionConfiguration < Struct.new(
  :key_arn,
  :key_type)
  SENSITIVE = []
  include Aws::Structure
end