Class: Aws::Types::StaticKeySettings
- Inherits:
-
Object
- Object
- Aws::Types::StaticKeySettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_provider_server ⇒ Types::InputLocation
Returns the value of attribute key_provider_server.
-
#static_key_value ⇒ ::String
Returns the value of attribute static_key_value.
Instance Attribute Details
#key_provider_server ⇒ Types::InputLocation
Returns the value of attribute key_provider_server.
3084 3085 3086 |
# File 'sig/types.rbs', line 3084 def key_provider_server @key_provider_server end |
#static_key_value ⇒ ::String
Returns the value of attribute static_key_value.
3085 3086 3087 |
# File 'sig/types.rbs', line 3085 def static_key_value @static_key_value end |