Class: Aws::Types::ComponentPropertyGroupResponse

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


73
74
75
# File 'sig/types.rbs', line 73

def group_type
  @group_type
end

#is_inheritedBoolean

Returns the value of attribute is_inherited.

Returns:

  • (Boolean)


75
76
77
# File 'sig/types.rbs', line 75

def is_inherited
  @is_inherited
end

#property_names::Array[::String]

Returns the value of attribute property_names.

Returns:

  • (::Array[::String])


74
75
76
# File 'sig/types.rbs', line 74

def property_names
  @property_names
end