Class: Aws::Types::CreateAliasRequest

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)


74
75
76
# File 'sig/types.rbs', line 74

def alias_name
  @alias_name
end

#target_key_id::String

Returns the value of attribute target_key_id.

Returns:

  • (::String)


75
76
77
# File 'sig/types.rbs', line 75

def target_key_id
  @target_key_id
end