Class: Aws::Types::UpdateEntityRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEntityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_updates ⇒ ::Hash[::String, Types::ComponentUpdateRequest]
Returns the value of attribute component_updates.
-
#composite_component_updates ⇒ ::Hash[::String, Types::CompositeComponentUpdateRequest]
Returns the value of attribute composite_component_updates.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#entity_name ⇒ ::String
Returns the value of attribute entity_name.
-
#parent_entity_update ⇒ Types::ParentEntityUpdateRequest
Returns the value of attribute parent_entity_update.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#component_updates ⇒ ::Hash[::String, Types::ComponentUpdateRequest]
Returns the value of attribute component_updates.
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.
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.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def description @description end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
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.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def entity_name @entity_name end |
#parent_entity_update ⇒ Types::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.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def workspace_id @workspace_id end |