Class: Aws::Types::CreateComponentTypeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#component_type_id::String

Returns the value of attribute component_type_id.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def component_type_id
  @component_type_id
end

#component_type_name::String

Returns the value of attribute component_type_name.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def component_type_name
  @component_type_name
end

#composite_component_types::Hash[::String, Types::CompositeComponentTypeRequest]

Returns the value of attribute composite_component_types.

Returns:



186
187
188
# File 'sig/types.rbs', line 186

def composite_component_types
  @composite_component_types
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def description
  @description
end

#extends_from::Array[::String]

Returns the value of attribute extends_from.

Returns:

  • (::Array[::String])


181
182
183
# File 'sig/types.rbs', line 181

def extends_from
  @extends_from
end

#functions::Hash[::String, Types::FunctionRequest]

Returns the value of attribute functions.

Returns:



182
183
184
# File 'sig/types.rbs', line 182

def functions
  @functions
end

#is_singletonBoolean

Returns the value of attribute is_singleton.

Returns:

  • (Boolean)


177
178
179
# File 'sig/types.rbs', line 177

def is_singleton
  @is_singleton
end

#property_definitions::Hash[::String, Types::PropertyDefinitionRequest]

Returns the value of attribute property_definitions.

Returns:



180
181
182
# File 'sig/types.rbs', line 180

def property_definitions
  @property_definitions
end

#property_groups::Hash[::String, Types::PropertyGroupRequest]

Returns the value of attribute property_groups.

Returns:



184
185
186
# File 'sig/types.rbs', line 184

def property_groups
  @property_groups
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


183
184
185
# File 'sig/types.rbs', line 183

def tags
  @tags
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def workspace_id
  @workspace_id
end