Class: Aws::Types::CreateEntityRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute components.

Returns:



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.

Returns:



203
204
205
# File 'sig/types.rbs', line 203

def composite_components
  @composite_components
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def description
  @description
end

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


205
206
207
# File 'sig/types.rbs', line 205

def tags
  @tags
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def workspace_id
  @workspace_id
end