Class: Aws::Types::GroupMembership

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.



287
288
289
# File 'sig/types.rbs', line 287

def created_at
  @created_at
end

#created_by ⇒ ::String

Returns the value of attribute created_by.



289
290
291
# File 'sig/types.rbs', line 289

def created_by
  @created_by
end

#group_id ⇒ ::String

Returns the value of attribute group_id.



285
286
287
# File 'sig/types.rbs', line 285

def group_id
  @group_id
end

#identity_store_id ⇒ ::String

Returns the value of attribute identity_store_id.



283
284
285
# File 'sig/types.rbs', line 283

def identity_store_id
  @identity_store_id
end

#member_id ⇒ Types::MemberId

Returns the value of attribute member_id.



286
287
288
# File 'sig/types.rbs', line 286

def member_id
  @member_id
end

#membership_id ⇒ ::String

Returns the value of attribute membership_id.



284
285
286
# File 'sig/types.rbs', line 284

def membership_id
  @membership_id
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.



288
289
290
# File 'sig/types.rbs', line 288

def updated_at
  @updated_at
end

#updated_by ⇒ ::String

Returns the value of attribute updated_by.



290
291
292
# File 'sig/types.rbs', line 290

def updated_by
  @updated_by
end