Class: Aws::MediaLive::Types::StaticKeySettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::StaticKeySettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Static Key Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_provider_server ⇒ Types::InputLocation
The URL of the license server used for protecting content.
-
#static_key_value ⇒ String
Static key value as a 32 character hexadecimal string.
Instance Attribute Details
#key_provider_server ⇒ Types::InputLocation
The URL of the license server used for protecting content.
11951 11952 11953 11954 11955 11956 |
# File 'lib/aws-sdk-medialive/types.rb', line 11951 class StaticKeySettings < Struct.new( :key_provider_server, :static_key_value) SENSITIVE = [] include Aws::Structure end |
#static_key_value ⇒ String
Static key value as a 32 character hexadecimal string.
11951 11952 11953 11954 11955 11956 |
# File 'lib/aws-sdk-medialive/types.rb', line 11951 class StaticKeySettings < Struct.new( :key_provider_server, :static_key_value) SENSITIVE = [] include Aws::Structure end |