Class: Aws::Types::PropertyGroupRequest

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")


964
965
966
# File 'sig/types.rbs', line 964

def group_type
  @group_type
end

#property_names::Array[::String]

Returns the value of attribute property_names.

Returns:

  • (::Array[::String])


965
966
967
# File 'sig/types.rbs', line 965

def property_names
  @property_names
end