Class: Aws::Types::PropertyGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::PropertyGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_type ⇒ "TABULAR"
Returns the value of attribute group_type.
-
#is_inherited ⇒ Boolean
Returns the value of attribute is_inherited.
-
#property_names ⇒ ::Array[::String]
Returns the value of attribute property_names.
Instance Attribute Details
#group_type ⇒ "TABULAR"
Returns the value of attribute group_type.
970 971 972 |
# File 'sig/types.rbs', line 970 def group_type @group_type end |
#is_inherited ⇒ Boolean
Returns the value of attribute is_inherited.
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.
971 972 973 |
# File 'sig/types.rbs', line 971 def property_names @property_names end |