Class: Aws::Types::UpdateSecretRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSecretRequest
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#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.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
454 455 456 |
# File 'sig/types.rbs', line 454 def client_request_token @client_request_token end |
#description ⇒ ::String
Returns the value of attribute description.
455 456 457 |
# File 'sig/types.rbs', line 455 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
456 457 458 |
# File 'sig/types.rbs', line 456 def kms_key_id @kms_key_id end |
#secret_binary ⇒ ::String
Returns the value of attribute secret_binary.
457 458 459 |
# File 'sig/types.rbs', line 457 def secret_binary @secret_binary end |
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
453 454 455 |
# File 'sig/types.rbs', line 453 def secret_id @secret_id end |
#secret_string ⇒ ::String
Returns the value of attribute secret_string.
458 459 460 |
# File 'sig/types.rbs', line 458 def secret_string @secret_string end |
#type ⇒ ::String
Returns the value of attribute type.
459 460 461 |
# File 'sig/types.rbs', line 459 def type @type end |