Class: Aws::Types::AcceptInvitationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#administrator_account_id::String

Returns the value of attribute administrator_account_id.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def 
  @administrator_account_id
end

#invitation_id::String

Returns the value of attribute invitation_id.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def invitation_id
  @invitation_id
end

#master_account::String

Returns the value of attribute master_account.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def 
  @master_account
end