Class: Aws::Types::ComponentPropertyGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::ComponentPropertyGroupRequest
- 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.
-
#update_type ⇒ "UPDATE", ...
Returns the value of attribute update_type.
Instance Attribute Details
#group_type ⇒ "TABULAR"
Returns the value of attribute group_type.
66 67 68 |
# File 'sig/types.rbs', line 66 def group_type @group_type end |
#property_names ⇒ ::Array[::String]
Returns the value of attribute property_names.
67 68 69 |
# File 'sig/types.rbs', line 67 def property_names @property_names end |
#update_type ⇒ "UPDATE", ...
Returns the value of attribute update_type.
68 69 70 |
# File 'sig/types.rbs', line 68 def update_type @update_type end |