Class: Aws::Types::CreateEntityRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEntityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#components ⇒ ::Hash[::String, Types::ComponentRequest]
Returns the value of attribute components.
-
#composite_components ⇒ ::Hash[::String, Types::CompositeComponentRequest]
Returns the value of attribute composite_components.
-
#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_id ⇒ ::String
Returns the value of attribute parent_entity_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#components ⇒ ::Hash[::String, Types::ComponentRequest]
Returns the value of attribute components.
202 203 204 |
# File 'sig/types.rbs', line 202 def components @components end |
#composite_components ⇒ ::Hash[::String, Types::CompositeComponentRequest]
Returns the value of attribute composite_components.
203 204 205 |
# File 'sig/types.rbs', line 203 def composite_components @composite_components end |
#description ⇒ ::String
Returns the value of attribute description.
201 202 203 |
# File 'sig/types.rbs', line 201 def description @description end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
199 200 201 |
# File 'sig/types.rbs', line 199 def entity_id @entity_id end |
#entity_name ⇒ ::String
Returns the value of attribute entity_name.
200 201 202 |
# File 'sig/types.rbs', line 200 def entity_name @entity_name end |
#parent_entity_id ⇒ ::String
Returns the value of attribute parent_entity_id.
204 205 206 |
# File 'sig/types.rbs', line 204 def parent_entity_id @parent_entity_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
205 206 207 |
# File 'sig/types.rbs', line 205 def @tags end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
198 199 200 |
# File 'sig/types.rbs', line 198 def workspace_id @workspace_id end |