Class: Aws::Types::SpekeKeyProviderCmaf
- Inherits:
-
Object
- Object
- Aws::Types::SpekeKeyProviderCmaf
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#dash_signaled_system_ids ⇒ ::Array[::String]
Returns the value of attribute dash_signaled_system_ids.
-
#encryption_contract_configuration ⇒ Types::EncryptionContractConfiguration
Returns the value of attribute encryption_contract_configuration.
-
#hls_signaled_system_ids ⇒ ::Array[::String]
Returns the value of attribute hls_signaled_system_ids.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
2287 2288 2289 |
# File 'sig/types.rbs', line 2287 def certificate_arn @certificate_arn end |
#dash_signaled_system_ids ⇒ ::Array[::String]
Returns the value of attribute dash_signaled_system_ids.
2288 2289 2290 |
# File 'sig/types.rbs', line 2288 def dash_signaled_system_ids @dash_signaled_system_ids end |
#encryption_contract_configuration ⇒ Types::EncryptionContractConfiguration
Returns the value of attribute encryption_contract_configuration.
2289 2290 2291 |
# File 'sig/types.rbs', line 2289 def encryption_contract_configuration @encryption_contract_configuration end |
#hls_signaled_system_ids ⇒ ::Array[::String]
Returns the value of attribute hls_signaled_system_ids.
2290 2291 2292 |
# File 'sig/types.rbs', line 2290 def hls_signaled_system_ids @hls_signaled_system_ids end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
2291 2292 2293 |
# File 'sig/types.rbs', line 2291 def resource_id @resource_id end |
#url ⇒ ::String
Returns the value of attribute url.
2292 2293 2294 |
# File 'sig/types.rbs', line 2292 def url @url end |