Class: Aws::Types::GrantConstraints
- Inherits:
-
Object
- Object
- Aws::Types::GrantConstraints
- 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.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
Instance Attribute Details
#encryption_context_equals ⇒ ::Hash[::String, ::String]
Returns the value of attribute encryption_context_equals.
508 509 510 |
# File 'sig/types.rbs', line 508 def encryption_context_equals @encryption_context_equals end |
#encryption_context_subset ⇒ ::Hash[::String, ::String]
Returns the value of attribute encryption_context_subset.
507 508 509 |
# File 'sig/types.rbs', line 507 def encryption_context_subset @encryption_context_subset end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
509 510 511 |
# File 'sig/types.rbs', line 509 def source_arn @source_arn end |