Class: Aws::Types::KmsGrantConstraints
- Inherits:
-
Object
- Object
- Aws::Types::KmsGrantConstraints
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_context_equals ⇒ ::Hash[::String, ::String]
Returns the value of attribute encryption_context_equals.
-
#encryption_context_subset ⇒ ::Hash[::String, ::String]
Returns the value of attribute encryption_context_subset.
Instance Attribute Details
#encryption_context_equals ⇒ ::Hash[::String, ::String]
Returns the value of attribute encryption_context_equals.
753 754 755 |
# File 'sig/types.rbs', line 753 def encryption_context_equals @encryption_context_equals end |
#encryption_context_subset ⇒ ::Hash[::String, ::String]
Returns the value of attribute encryption_context_subset.
754 755 756 |
# File 'sig/types.rbs', line 754 def encryption_context_subset @encryption_context_subset end |