Class: Aws::Types::EntityIdentifier

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:entity_type, :entity_id])

Instance Attribute Summary collapse

Instance Attribute Details

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def entity_id
  @entity_id
end

#entity_type::String

Returns the value of attribute entity_type.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def entity_type
  @entity_type
end