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)


1359
1360
1361
# File 'sig/types.rbs', line 1359

def 
  @account_id
end

#administrator_account_id::String

Returns the value of attribute administrator_account_id.

Returns:

  • (::String)


1360
1361
1362
# File 'sig/types.rbs', line 1360

def 
  @administrator_account_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1361
1362
1363
# File 'sig/types.rbs', line 1361

def arn
  @arn
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


1362
1363
1364
# File 'sig/types.rbs', line 1362

def email
  @email
end

#invited_at::Time

Returns the value of attribute invited_at.

Returns:

  • (::Time)


1363
1364
1365
# File 'sig/types.rbs', line 1363

def invited_at
  @invited_at
end

#master_account_id::String

Returns the value of attribute master_account_id.

Returns:

  • (::String)


1364
1365
1366
# File 'sig/types.rbs', line 1364

def 
  @master_account_id
end

#relationship_status"Enabled", ...

Returns the value of attribute relationship_status.

Returns:

  • ("Enabled", "Paused", "Invited", "Created", "Removed", "Resigned", "EmailVerificationInProgress", "EmailVerificationFailed", "RegionDisabled", "AccountSuspended")


1365
1366
1367
# File 'sig/types.rbs', line 1365

def relationship_status
  @relationship_status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1366
1367
1368
# File 'sig/types.rbs', line 1366

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1367
1368
1369
# File 'sig/types.rbs', line 1367

def updated_at
  @updated_at
end