Class: Aws::Types::SheetLayoutGroupMember
- Inherits:
-
Object
- Object
- Aws::Types::SheetLayoutGroupMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#type ⇒ "ELEMENT", "GROUP"
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
10185 10186 10187 |
# File 'sig/types.rbs', line 10185 def id @id end |
#type ⇒ "ELEMENT", "GROUP"
Returns the value of attribute type.
10186 10187 10188 |
# File 'sig/types.rbs', line 10186 def type @type end |