Class: Aws::Types::EntitySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def arn
  @arn
end

#creation_date_time::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


385
386
387
# File 'sig/types.rbs', line 385

def creation_date_time
  @creation_date_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def description
  @description
end

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def entity_id
  @entity_id
end

#entity_name::String

Returns the value of attribute entity_name.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def entity_name
  @entity_name
end

#has_child_entitiesBoolean

Returns the value of attribute has_child_entities.

Returns:

  • (Boolean)


384
385
386
# File 'sig/types.rbs', line 384

def has_child_entities
  @has_child_entities
end

#parent_entity_id::String

Returns the value of attribute parent_entity_id.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def parent_entity_id
  @parent_entity_id
end

#statusTypes::Status

Returns the value of attribute status.

Returns:



382
383
384
# File 'sig/types.rbs', line 382

def status
  @status
end

#update_date_time::Time

Returns the value of attribute update_date_time.

Returns:

  • (::Time)


386
387
388
# File 'sig/types.rbs', line 386

def update_date_time
  @update_date_time
end