Class: Aws::Types::Member

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


6595
6596
6597
# File 'sig/types.rbs', line 6595

def 
  @account_id
end

#administrator_id::String

Returns the value of attribute administrator_id.

Returns:

  • (::String)


6598
6599
6600
# File 'sig/types.rbs', line 6598

def administrator_id
  @administrator_id
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


6596
6597
6598
# File 'sig/types.rbs', line 6596

def email
  @email
end

#invited_at::Time

Returns the value of attribute invited_at.

Returns:

  • (::Time)


6600
6601
6602
# File 'sig/types.rbs', line 6600

def invited_at
  @invited_at
end

#master_id::String

Returns the value of attribute master_id.

Returns:

  • (::String)


6597
6598
6599
# File 'sig/types.rbs', line 6597

def master_id
  @master_id
end

#member_status::String

Returns the value of attribute member_status.

Returns:

  • (::String)


6599
6600
6601
# File 'sig/types.rbs', line 6599

def member_status
  @member_status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


6601
6602
6603
# File 'sig/types.rbs', line 6601

def updated_at
  @updated_at
end