Class: Aws::Types::NielsenCBET
- Inherits:
-
Object
- Object
- Aws::Types::NielsenCBET
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cbet_check_digit_string ⇒ ::String
Returns the value of attribute cbet_check_digit_string.
-
#cbet_stepaside ⇒ "DISABLED", "ENABLED"
Returns the value of attribute cbet_stepaside.
-
#csid ⇒ ::String
Returns the value of attribute csid.
Instance Attribute Details
#cbet_check_digit_string ⇒ ::String
Returns the value of attribute cbet_check_digit_string.
2535 2536 2537 |
# File 'sig/types.rbs', line 2535 def cbet_check_digit_string @cbet_check_digit_string end |
#cbet_stepaside ⇒ "DISABLED", "ENABLED"
Returns the value of attribute cbet_stepaside.
2536 2537 2538 |
# File 'sig/types.rbs', line 2536 def cbet_stepaside @cbet_stepaside end |
#csid ⇒ ::String
Returns the value of attribute csid.
2537 2538 2539 |
# File 'sig/types.rbs', line 2537 def csid @csid end |