Class: Aws::Types::ExtendedDataServices
- Inherits:
-
Object
- Object
- Aws::Types::ExtendedDataServices
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copy_protection_action ⇒ "PASSTHROUGH", "STRIP"
Returns the value of attribute copy_protection_action.
-
#vchip_action ⇒ "PASSTHROUGH", "STRIP"
Returns the value of attribute vchip_action.
Instance Attribute Details
#copy_protection_action ⇒ "PASSTHROUGH", "STRIP"
Returns the value of attribute copy_protection_action.
949 950 951 |
# File 'sig/types.rbs', line 949 def copy_protection_action @copy_protection_action end |
#vchip_action ⇒ "PASSTHROUGH", "STRIP"
Returns the value of attribute vchip_action.
950 951 952 |
# File 'sig/types.rbs', line 950 def vchip_action @vchip_action end |