Class: Aws::Types::UpdateEncryption
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEncryption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm ⇒ "aes128", ...
Returns the value of attribute algorithm.
-
#constant_initialization_vector ⇒ ::String
Returns the value of attribute constant_initialization_vector.
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#key_type ⇒ "speke", ...
Returns the value of attribute key_type.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#algorithm ⇒ "aes128", ...
Returns the value of attribute algorithm.
2463 2464 2465 |
# File 'sig/types.rbs', line 2463 def algorithm @algorithm end |
#constant_initialization_vector ⇒ ::String
Returns the value of attribute constant_initialization_vector.
2464 2465 2466 |
# File 'sig/types.rbs', line 2464 def constant_initialization_vector @constant_initialization_vector end |
#device_id ⇒ ::String
Returns the value of attribute device_id.
2465 2466 2467 |
# File 'sig/types.rbs', line 2465 def device_id @device_id end |
#key_type ⇒ "speke", ...
Returns the value of attribute key_type.
2466 2467 2468 |
# File 'sig/types.rbs', line 2466 def key_type @key_type end |
#region ⇒ ::String
Returns the value of attribute region.
2467 2468 2469 |
# File 'sig/types.rbs', line 2467 def region @region end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
2468 2469 2470 |
# File 'sig/types.rbs', line 2468 def resource_id @resource_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2469 2470 2471 |
# File 'sig/types.rbs', line 2469 def role_arn @role_arn end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
2470 2471 2472 |
# File 'sig/types.rbs', line 2470 def secret_arn @secret_arn end |
#url ⇒ ::String
Returns the value of attribute url.
2471 2472 2473 |
# File 'sig/types.rbs', line 2471 def url @url end |