Class: Aws::Types::PropertyGroupResponse

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


970
971
972
# File 'sig/types.rbs', line 970

def group_type
  @group_type
end

#is_inheritedBoolean

Returns the value of attribute is_inherited.

Returns:

  • (Boolean)


972
973
974
# File 'sig/types.rbs', line 972

def is_inherited
  @is_inherited
end

#property_names::Array[::String]

Returns the value of attribute property_names.

Returns:

  • (::Array[::String])


971
972
973
# File 'sig/types.rbs', line 971

def property_names
  @property_names
end