Class: Aws::Types::PutSecretValueRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutSecretValueRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#rotation_token ⇒ ::String
Returns the value of attribute rotation_token.
-
#secret_binary ⇒ ::String
Returns the value of attribute secret_binary.
-
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
-
#secret_string ⇒ ::String
Returns the value of attribute secret_string.
-
#version_stages ⇒ ::Array[::String]
Returns the value of attribute version_stages.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
278 279 280 |
# File 'sig/types.rbs', line 278 def client_request_token @client_request_token end |
#rotation_token ⇒ ::String
Returns the value of attribute rotation_token.
282 283 284 |
# File 'sig/types.rbs', line 282 def rotation_token @rotation_token end |
#secret_binary ⇒ ::String
Returns the value of attribute secret_binary.
279 280 281 |
# File 'sig/types.rbs', line 279 def secret_binary @secret_binary end |
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
277 278 279 |
# File 'sig/types.rbs', line 277 def secret_id @secret_id end |
#secret_string ⇒ ::String
Returns the value of attribute secret_string.
280 281 282 |
# File 'sig/types.rbs', line 280 def secret_string @secret_string end |
#version_stages ⇒ ::Array[::String]
Returns the value of attribute version_stages.
281 282 283 |
# File 'sig/types.rbs', line 281 def version_stages @version_stages end |