Class: Aws::Types::MediaPackageV2AbWatermarkerIrdetoSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_destinations_alternate_destinations::Array[Types::OutputLocationRef]

Returns the value of attribute additional_destinations_alternate_destinations.

Returns:



6096
6097
6098
# File 'sig/types.rbs', line 6096

def additional_destinations_alternate_destinations
  @additional_destinations_alternate_destinations
end

#alternate_destinationTypes::OutputLocationRef

Returns the value of attribute alternate_destination.



6097
6098
6099
# File 'sig/types.rbs', line 6097

def alternate_destination
  @alternate_destination
end

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

Returns:

  • (::String)


6099
6100
6101
# File 'sig/types.rbs', line 6099

def license
  @license
end

#operator_id::Integer

Returns the value of attribute operator_id.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


6101
6102
6103
# File 'sig/types.rbs', line 6101

def poly_period
  @poly_period
end

#profile"CAMCORDING", ...

Returns the value of attribute profile.

Returns:

  • ("CAMCORDING", "CUSTOM", "DEFAULT", "HQ", "MEZZANINE", "ROBUST")


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.

Returns:

  • ("ID_2048", "ID_512")


6103
6104
6105
# File 'sig/types.rbs', line 6103

def watermark_id_length
  @watermark_id_length
end