Class: Aws::Types::SpekeKeyProviderCmaf

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


2309
2310
2311
# File 'sig/types.rbs', line 2309

def dash_signaled_system_ids
  @dash_signaled_system_ids
end

#encryption_contract_configurationTypes::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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


2312
2313
2314
# File 'sig/types.rbs', line 2312

def resource_id
  @resource_id
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


2313
2314
2315
# File 'sig/types.rbs', line 2313

def url
  @url
end