Class: Aws::Types::CreateKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bypass_policy_lockout_safety_check ⇒ Boolean
Returns the value of attribute bypass_policy_lockout_safety_check.
-
#custom_key_store_id ⇒ ::String
Returns the value of attribute custom_key_store_id.
-
#customer_master_key_spec ⇒ "RSA_2048", ...
Returns the value of attribute customer_master_key_spec.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#key_spec ⇒ "RSA_2048", ...
Returns the value of attribute key_spec.
-
#key_usage ⇒ "SIGN_VERIFY", ...
Returns the value of attribute key_usage.
-
#multi_region ⇒ Boolean
Returns the value of attribute multi_region.
-
#origin ⇒ "AWS_KMS", ...
Returns the value of attribute origin.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#xks_key_id ⇒ ::String
Returns the value of attribute xks_key_id.
Instance Attribute Details
#bypass_policy_lockout_safety_check ⇒ Boolean
Returns the value of attribute bypass_policy_lockout_safety_check.
127 128 129 |
# File 'sig/types.rbs', line 127 def bypass_policy_lockout_safety_check @bypass_policy_lockout_safety_check end |
#custom_key_store_id ⇒ ::String
Returns the value of attribute custom_key_store_id.
126 127 128 |
# File 'sig/types.rbs', line 126 def custom_key_store_id @custom_key_store_id end |
#customer_master_key_spec ⇒ "RSA_2048", ...
Returns the value of attribute customer_master_key_spec.
123 124 125 |
# File 'sig/types.rbs', line 123 def customer_master_key_spec @customer_master_key_spec end |
#description ⇒ ::String
Returns the value of attribute description.
121 122 123 |
# File 'sig/types.rbs', line 121 def description @description end |
#key_spec ⇒ "RSA_2048", ...
Returns the value of attribute key_spec.
124 125 126 |
# File 'sig/types.rbs', line 124 def key_spec @key_spec end |
#key_usage ⇒ "SIGN_VERIFY", ...
Returns the value of attribute key_usage.
122 123 124 |
# File 'sig/types.rbs', line 122 def key_usage @key_usage end |
#multi_region ⇒ Boolean
Returns the value of attribute multi_region.
129 130 131 |
# File 'sig/types.rbs', line 129 def multi_region @multi_region end |
#origin ⇒ "AWS_KMS", ...
Returns the value of attribute origin.
125 126 127 |
# File 'sig/types.rbs', line 125 def origin @origin end |
#policy ⇒ ::String
Returns the value of attribute policy.
120 121 122 |
# File 'sig/types.rbs', line 120 def policy @policy end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
128 129 130 |
# File 'sig/types.rbs', line 128 def @tags end |
#xks_key_id ⇒ ::String
Returns the value of attribute xks_key_id.
130 131 132 |
# File 'sig/types.rbs', line 130 def xks_key_id @xks_key_id end |