Class: Aws::Types::QDataKey
- Inherits:
-
Object
- Object
- Aws::Types::QDataKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#q_data_key_arn ⇒ ::String
Returns the value of attribute q_data_key_arn.
-
#q_data_key_type ⇒ "AWS_OWNED", "CMK"
Returns the value of attribute q_data_key_type.
Instance Attribute Details
#q_data_key_arn ⇒ ::String
Returns the value of attribute q_data_key_arn.
8988 8989 8990 |
# File 'sig/types.rbs', line 8988 def q_data_key_arn @q_data_key_arn end |
#q_data_key_type ⇒ "AWS_OWNED", "CMK"
Returns the value of attribute q_data_key_type.
8989 8990 8991 |
# File 'sig/types.rbs', line 8989 def q_data_key_type @q_data_key_type end |