Class: Aws::Types::SpekeKeyProvider

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)


870
871
872
# File 'sig/types.rbs', line 870

def certificate_arn
  @certificate_arn
end

#drm_systems::Array[("CLEAR_KEY_AES_128" | "FAIRPLAY" | "PLAYREADY" | "WIDEVINE" | "IRDETO")]

Returns the value of attribute drm_systems.

Returns:

  • (::Array[("CLEAR_KEY_AES_128" | "FAIRPLAY" | "PLAYREADY" | "WIDEVINE" | "IRDETO")])


867
868
869
# File 'sig/types.rbs', line 867

def drm_systems
  @drm_systems
end

#encryption_contract_configurationTypes::EncryptionContractConfiguration

Returns the value of attribute encryption_contract_configuration.



865
866
867
# File 'sig/types.rbs', line 865

def encryption_contract_configuration
  @encryption_contract_configuration
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


866
867
868
# File 'sig/types.rbs', line 866

def resource_id
  @resource_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


868
869
870
# File 'sig/types.rbs', line 868

def role_arn
  @role_arn
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


869
870
871
# File 'sig/types.rbs', line 869

def url
  @url
end