Class: Aws::Types::PropertyGroup
- Inherits:
-
Object
- Object
- Aws::Types::PropertyGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#property_group_id ⇒ ::String
Returns the value of attribute property_group_id.
-
#property_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute property_map.
Instance Attribute Details
#property_group_id ⇒ ::String
Returns the value of attribute property_group_id.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def property_group_id @property_group_id end |
#property_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute property_map.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def property_map @property_map end |