Class: Aws::Types::ComponentPropertyGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_type"TABULAR"

Returns the value of attribute group_type.

Returns:

  • ("TABULAR")


66
67
68
# File 'sig/types.rbs', line 66

def group_type
  @group_type
end

#property_names::Array[::String]

Returns the value of attribute property_names.

Returns:

  • (::Array[::String])


67
68
69
# File 'sig/types.rbs', line 67

def property_names
  @property_names
end

#update_type"UPDATE", ...

Returns the value of attribute update_type.

Returns:

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


68
69
70
# File 'sig/types.rbs', line 68

def update_type
  @update_type
end