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)


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.

Returns:

  • (::Array[::String])


2288
2289
2290
# File 'sig/types.rbs', line 2288

def dash_signaled_system_ids
  @dash_signaled_system_ids
end

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

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


2291
2292
2293
# File 'sig/types.rbs', line 2291

def resource_id
  @resource_id
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


2292
2293
2294
# File 'sig/types.rbs', line 2292

def url
  @url
end