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.
983 984 985 |
# File 'sig/types.rbs', line 983 def provider @provider end |
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
982 983 984 |
# File 'sig/types.rbs', line 982 def resources @resources end |