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.
2308 2309 2310 |
# File 'sig/types.rbs', line 2308 def certificate_arn @certificate_arn end |
#dash_signaled_system_ids ⇒ ::Array[::String]
Returns the value of attribute dash_signaled_system_ids.
2309 2310 2311 |
# File 'sig/types.rbs', line 2309 def dash_signaled_system_ids @dash_signaled_system_ids end |
#encryption_contract_configuration ⇒ Types::EncryptionContractConfiguration
Returns the value of attribute encryption_contract_configuration.
2310 2311 2312 |
# File 'sig/types.rbs', line 2310 def encryption_contract_configuration @encryption_contract_configuration end |
#hls_signaled_system_ids ⇒ ::Array[::String]
Returns the value of attribute hls_signaled_system_ids.
2311 2312 2313 |
# File 'sig/types.rbs', line 2311 def hls_signaled_system_ids @hls_signaled_system_ids end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
2312 2313 2314 |
# File 'sig/types.rbs', line 2312 def resource_id @resource_id end |
#url ⇒ ::String
Returns the value of attribute url.
2313 2314 2315 |
# File 'sig/types.rbs', line 2313 def url @url end |