Class: Aws::Types::GetEntityResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#are_all_components_returnedBoolean

Returns the value of attribute are_all_components_returned.

Returns:

  • (Boolean)


498
499
500
# File 'sig/types.rbs', line 498

def are_all_components_returned
  @are_all_components_returned
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def arn
  @arn
end

#components::Hash[::String, Types::ComponentResponse]

Returns the value of attribute components.

Returns:



492
493
494
# File 'sig/types.rbs', line 492

def components
  @components
end

#creation_date_time::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


495
496
497
# File 'sig/types.rbs', line 495

def creation_date_time
  @creation_date_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


491
492
493
# File 'sig/types.rbs', line 491

def description
  @description
end

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def entity_id
  @entity_id
end

#entity_name::String

Returns the value of attribute entity_name.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def entity_name
  @entity_name
end

#has_child_entitiesBoolean

Returns the value of attribute has_child_entities.

Returns:

  • (Boolean)


494
495
496
# File 'sig/types.rbs', line 494

def has_child_entities
  @has_child_entities
end

#parent_entity_id::String

Returns the value of attribute parent_entity_id.

Returns:

  • (::String)


493
494
495
# File 'sig/types.rbs', line 493

def parent_entity_id
  @parent_entity_id
end

#statusTypes::Status

Returns the value of attribute status.

Returns:



489
490
491
# File 'sig/types.rbs', line 489

def status
  @status
end

#sync_source::String

Returns the value of attribute sync_source.

Returns:

  • (::String)


497
498
499
# File 'sig/types.rbs', line 497

def sync_source
  @sync_source
end

#update_date_time::Time

Returns the value of attribute update_date_time.

Returns:

  • (::Time)


496
497
498
# File 'sig/types.rbs', line 496

def update_date_time
  @update_date_time
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def workspace_id
  @workspace_id
end