Class: Aws::Types::Invitation

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)


1661
1662
1663
# File 'sig/types.rbs', line 1661

def 
  @account_id
end

#invitation_id::String

Returns the value of attribute invitation_id.

Returns:

  • (::String)


1662
1663
1664
# File 'sig/types.rbs', line 1662

def invitation_id
  @invitation_id
end

#invited_at::String

Returns the value of attribute invited_at.

Returns:

  • (::String)


1664
1665
1666
# File 'sig/types.rbs', line 1664

def invited_at
  @invited_at
end

#relationship_status::String

Returns the value of attribute relationship_status.

Returns:

  • (::String)


1663
1664
1665
# File 'sig/types.rbs', line 1663

def relationship_status
  @relationship_status
end