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.
2532 2533 2534 |
# File 'sig/types.rbs', line 2532 def cbet_check_digit_string @cbet_check_digit_string end |
#cbet_stepaside ⇒ "DISABLED", "ENABLED"
Returns the value of attribute cbet_stepaside.
2533 2534 2535 |
# File 'sig/types.rbs', line 2533 def cbet_stepaside @cbet_stepaside end |
#csid ⇒ ::String
Returns the value of attribute csid.
2534 2535 2536 |
# File 'sig/types.rbs', line 2534 def csid @csid end |