Class: Aws::Types::DeleteAliasRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.



235
236
237
# File 'sig/types.rbs', line 235

def alias
  @alias
end

#entity_id::String

Returns the value of attribute entity_id.



234
235
236
# File 'sig/types.rbs', line 234

def entity_id
  @entity_id
end

#organization_id::String

Returns the value of attribute organization_id.



233
234
235
# File 'sig/types.rbs', line 233

def organization_id
  @organization_id
end