Class: Aws::Types::EntityPropertyReference

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#component_name::String

Returns the value of attribute component_name.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def component_name
  @component_name
end

#component_path::String

Returns the value of attribute component_path.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def component_path
  @component_path
end

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


372
373
374
# File 'sig/types.rbs', line 372

def entity_id
  @entity_id
end

#external_id_property::Hash[::String, ::String]

Returns the value of attribute external_id_property.

Returns:

  • (::Hash[::String, ::String])


371
372
373
# File 'sig/types.rbs', line 371

def external_id_property
  @external_id_property
end

#property_name::String

Returns the value of attribute property_name.

Returns:

  • (::String)


373
374
375
# File 'sig/types.rbs', line 373

def property_name
  @property_name
end