Class: Aws::Types::MediaPackageV2AbWatermarkerIrdetoSettings
- Inherits:
-
Object
- Object
- Aws::Types::MediaPackageV2AbWatermarkerIrdetoSettings
- 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.
6096 6097 6098 |
# File 'sig/types.rbs', line 6096 def additional_destinations_alternate_destinations @additional_destinations_alternate_destinations end |
#alternate_destination ⇒ Types::OutputLocationRef
Returns the value of attribute alternate_destination.
6097 6098 6099 |
# File 'sig/types.rbs', line 6097 def alternate_destination @alternate_destination end |
#custom_profile ⇒ Types::AbWatermarkingCustomProfile
Returns the value of attribute custom_profile.
6098 6099 6100 |
# File 'sig/types.rbs', line 6098 def custom_profile @custom_profile end |
#license ⇒ ::String
Returns the value of attribute license.
6099 6100 6101 |
# File 'sig/types.rbs', line 6099 def license @license end |
#operator_id ⇒ ::Integer
Returns the value of attribute operator_id.
6100 6101 6102 |
# File 'sig/types.rbs', line 6100 def operator_id @operator_id end |
#poly_period ⇒ ::Integer
Returns the value of attribute poly_period.
6101 6102 6103 |
# File 'sig/types.rbs', line 6101 def poly_period @poly_period end |
#profile ⇒ "CAMCORDING", ...
Returns the value of attribute profile.
6102 6103 6104 |
# File 'sig/types.rbs', line 6102 def profile @profile end |
#watermark_id_length ⇒ "ID_2048", "ID_512"
Returns the value of attribute watermark_id_length.
6103 6104 6105 |
# File 'sig/types.rbs', line 6103 def watermark_id_length @watermark_id_length end |