Class: Aws::NimbleStudio::Types::StreamingImageEncryptionConfiguration

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

Overview

Specifies how a streaming image is encrypted.

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)


2806
2807
2808
2809
2810
2811
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2806

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


2806
2807
2808
2809
2810
2811
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2806

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