Class: Aws::Types::UpdateEntityRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#component_updates::Hash[::String, Types::ComponentUpdateRequest]

Returns the value of attribute component_updates.

Returns:



1207
1208
1209
# File 'sig/types.rbs', line 1207

def component_updates
  @component_updates
end

#composite_component_updates::Hash[::String, Types::CompositeComponentUpdateRequest]

Returns the value of attribute composite_component_updates.

Returns:



1208
1209
1210
# File 'sig/types.rbs', line 1208

def composite_component_updates
  @composite_component_updates
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def description
  @description
end

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


1204
1205
1206
# File 'sig/types.rbs', line 1204

def entity_id
  @entity_id
end

#entity_name::String

Returns the value of attribute entity_name.

Returns:

  • (::String)


1205
1206
1207
# File 'sig/types.rbs', line 1205

def entity_name
  @entity_name
end

#parent_entity_updateTypes::ParentEntityUpdateRequest

Returns the value of attribute parent_entity_update.



1209
1210
1211
# File 'sig/types.rbs', line 1209

def parent_entity_update
  @parent_entity_update
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


1203
1204
1205
# File 'sig/types.rbs', line 1203

def workspace_id
  @workspace_id
end