Class: Aws::Types::StaticKeyProvider
- Inherits:
-
Object
- Object
- Aws::Types::StaticKeyProvider
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_format ⇒ ::String
Returns the value of attribute key_format.
-
#key_format_versions ⇒ ::String
Returns the value of attribute key_format_versions.
-
#static_key_value ⇒ ::String
Returns the value of attribute static_key_value.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#key_format ⇒ ::String
Returns the value of attribute key_format.
2315 2316 2317 |
# File 'sig/types.rbs', line 2315 def key_format @key_format end |
#key_format_versions ⇒ ::String
Returns the value of attribute key_format_versions.
2316 2317 2318 |
# File 'sig/types.rbs', line 2316 def key_format_versions @key_format_versions end |
#static_key_value ⇒ ::String
Returns the value of attribute static_key_value.
2317 2318 2319 |
# File 'sig/types.rbs', line 2317 def static_key_value @static_key_value end |
#url ⇒ ::String
Returns the value of attribute url.
2318 2319 2320 |
# File 'sig/types.rbs', line 2318 def url @url end |