Class: Aws::Types::UpdateComponentTypeRequest

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)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def component_type_id
  @component_type_id
end

#component_type_name::String

Returns the value of attribute component_type_name.

Returns:

  • (::String)


1189
1190
1191
# File 'sig/types.rbs', line 1189

def component_type_name
  @component_type_name
end

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

Returns the value of attribute composite_component_types.

Returns:



1190
1191
1192
# File 'sig/types.rbs', line 1190

def composite_component_types
  @composite_component_types
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1184
1185
1186
# File 'sig/types.rbs', line 1184

def description
  @description
end

#extends_from::Array[::String]

Returns the value of attribute extends_from.

Returns:

  • (::Array[::String])


1186
1187
1188
# File 'sig/types.rbs', line 1186

def extends_from
  @extends_from
end

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

Returns the value of attribute functions.

Returns:



1187
1188
1189
# File 'sig/types.rbs', line 1187

def functions
  @functions
end

#is_singletonBoolean

Returns the value of attribute is_singleton.

Returns:

  • (Boolean)


1182
1183
1184
# File 'sig/types.rbs', line 1182

def is_singleton
  @is_singleton
end

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

Returns the value of attribute property_definitions.

Returns:



1185
1186
1187
# File 'sig/types.rbs', line 1185

def property_definitions
  @property_definitions
end

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

Returns the value of attribute property_groups.

Returns:



1188
1189
1190
# File 'sig/types.rbs', line 1188

def property_groups
  @property_groups
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


1181
1182
1183
# File 'sig/types.rbs', line 1181

def workspace_id
  @workspace_id
end