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.
2336 2337 2338 |
# File 'sig/types.rbs', line 2336 def key_format @key_format end |
#key_format_versions ⇒ ::String
Returns the value of attribute key_format_versions.
2337 2338 2339 |
# File 'sig/types.rbs', line 2337 def key_format_versions @key_format_versions end |
#static_key_value ⇒ ::String
Returns the value of attribute static_key_value.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def static_key_value @static_key_value end |
#url ⇒ ::String
Returns the value of attribute url.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def url @url end |