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