Class: Aws::Types::CmafIngestAbWatermarkerIrdetoSettings
- Inherits:
-
Object
- Object
- Aws::Types::CmafIngestAbWatermarkerIrdetoSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_destinations_alternate_destinations ⇒ ::Array[Types::OutputLocationRef]
Returns the value of attribute additional_destinations_alternate_destinations.
-
#alternate_destination ⇒ Types::OutputLocationRef
Returns the value of attribute alternate_destination.
-
#custom_profile ⇒ Types::AbWatermarkingCustomProfile
Returns the value of attribute custom_profile.
-
#license ⇒ ::String
Returns the value of attribute license.
-
#operator_id ⇒ ::Integer
Returns the value of attribute operator_id.
-
#poly_period ⇒ ::Integer
Returns the value of attribute poly_period.
-
#profile ⇒ "CAMCORDING", ...
Returns the value of attribute profile.
-
#watermark_id_length ⇒ "ID_2048", "ID_512"
Returns the value of attribute watermark_id_length.
Instance Attribute Details
#additional_destinations_alternate_destinations ⇒ ::Array[Types::OutputLocationRef]
Returns the value of attribute additional_destinations_alternate_destinations.
6079 6080 6081 |
# File 'sig/types.rbs', line 6079 def additional_destinations_alternate_destinations @additional_destinations_alternate_destinations end |
#alternate_destination ⇒ Types::OutputLocationRef
Returns the value of attribute alternate_destination.
6080 6081 6082 |
# File 'sig/types.rbs', line 6080 def alternate_destination @alternate_destination end |
#custom_profile ⇒ Types::AbWatermarkingCustomProfile
Returns the value of attribute custom_profile.
6081 6082 6083 |
# File 'sig/types.rbs', line 6081 def custom_profile @custom_profile end |
#license ⇒ ::String
Returns the value of attribute license.
6082 6083 6084 |
# File 'sig/types.rbs', line 6082 def license @license end |
#operator_id ⇒ ::Integer
Returns the value of attribute operator_id.
6083 6084 6085 |
# File 'sig/types.rbs', line 6083 def operator_id @operator_id end |
#poly_period ⇒ ::Integer
Returns the value of attribute poly_period.
6084 6085 6086 |
# File 'sig/types.rbs', line 6084 def poly_period @poly_period end |
#profile ⇒ "CAMCORDING", ...
Returns the value of attribute profile.
6085 6086 6087 |
# File 'sig/types.rbs', line 6085 def profile @profile end |
#watermark_id_length ⇒ "ID_2048", "ID_512"
Returns the value of attribute watermark_id_length.
6086 6087 6088 |
# File 'sig/types.rbs', line 6086 def watermark_id_length @watermark_id_length end |