Class: Aws::Types::CompositeComponentUpdateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def description
  @description
end

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

Returns the value of attribute property_group_updates.

Returns:



156
157
158
# File 'sig/types.rbs', line 156

def property_group_updates
  @property_group_updates
end

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

Returns the value of attribute property_updates.

Returns:



155
156
157
# File 'sig/types.rbs', line 155

def property_updates
  @property_updates
end

#update_type"CREATE", ...

Returns the value of attribute update_type.

Returns:

  • ("CREATE", "UPDATE", "DELETE")


153
154
155
# File 'sig/types.rbs', line 153

def update_type
  @update_type
end