Class: Aws::Types::EncryptionConfig
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#provider ⇒ Types::Provider
Returns the value of attribute provider.
-
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
Instance Attribute Details
#provider ⇒ Types::Provider
Returns the value of attribute provider.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def provider @provider end |
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def resources @resources end |