Class: Aws::Types::SheetLayoutGroupMember

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


10185
10186
10187
# File 'sig/types.rbs', line 10185

def id
  @id
end

#type"ELEMENT", "GROUP"

Returns the value of attribute type.

Returns:

  • ("ELEMENT", "GROUP")


10186
10187
10188
# File 'sig/types.rbs', line 10186

def type
  @type
end