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::String

Returns the value of attribute alias.

Returns:



90
91
92
# File 'sig/types.rbs', line 90

def alias
  @alias
end

#entity_id::String

Returns the value of attribute entity_id.

Returns:



89
90
91
# File 'sig/types.rbs', line 89

def entity_id
  @entity_id
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:



88
89
90
# File 'sig/types.rbs', line 88

def organization_id
  @organization_id
end