Class: Aws::MediaLive::Types::KeyProviderSettings

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

Overview

Key Provider Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#static_key_settingsTypes::StaticKeySettings

Static Key Settings



7524
7525
7526
7527
7528
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7524

class KeyProviderSettings < Struct.new(
  :static_key_settings)
  SENSITIVE = []
  include Aws::Structure
end