Class: Aws::Types::KmsKeyConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::KmsKeyConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grants ⇒ ::Array[Types::KmsGrantConfiguration]
Returns the value of attribute grants.
-
#key_policies ⇒ ::Hash[::String, ::String]
Returns the value of attribute key_policies.
Instance Attribute Details
#grants ⇒ ::Array[Types::KmsGrantConfiguration]
Returns the value of attribute grants.
760 761 762 |
# File 'sig/types.rbs', line 760 def grants @grants end |
#key_policies ⇒ ::Hash[::String, ::String]
Returns the value of attribute key_policies.
759 760 761 |
# File 'sig/types.rbs', line 759 def key_policies @key_policies end |