Class: Aws::Types::ComponentUpdateRequest

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:



128
129
130
# File 'sig/types.rbs', line 128

def component_type_id
  @component_type_id
end

#description::String

Returns the value of attribute description.

Returns:



127
128
129
# File 'sig/types.rbs', line 127

def description
  @description
end

#property_group_updates::Hash[::String, Types::ComponentPropertyGroupRequest]

Returns the value of attribute property_group_updates.

Returns:



130
131
132
# File 'sig/types.rbs', line 130

def property_group_updates
  @property_group_updates
end

#property_updates::Hash[::String, Types::PropertyRequest]

Returns the value of attribute property_updates.

Returns:



129
130
131
# File 'sig/types.rbs', line 129

def property_updates
  @property_updates
end

#update_type"CREATE", ...

Returns the value of attribute update_type.

Returns:



126
127
128
# File 'sig/types.rbs', line 126

def update_type
  @update_type
end