Class: Aws::Types::UpdateAliasRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias_name::String

Returns the value of attribute alias_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


948
949
950
# File 'sig/types.rbs', line 948

def target_key_id
  @target_key_id
end