Class: Aws::Types::UpdateAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAliasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
-
#target_key_id ⇒ ::String
Returns the value of attribute target_key_id.
Instance Attribute Details
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
947 948 949 |
# File 'sig/types.rbs', line 947 def alias_name @alias_name end |
#target_key_id ⇒ ::String
Returns the value of attribute target_key_id.
948 949 950 |
# File 'sig/types.rbs', line 948 def target_key_id @target_key_id end |