Class: Aws::Types::GetMemberResponse

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)


915
916
917
# File 'sig/types.rbs', line 915

def 
  @account_id
end

#administrator_account_id::String

Returns the value of attribute administrator_account_id.

Returns:

  • (::String)


916
917
918
# File 'sig/types.rbs', line 916

def 
  @administrator_account_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


917
918
919
# File 'sig/types.rbs', line 917

def arn
  @arn
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


918
919
920
# File 'sig/types.rbs', line 918

def email
  @email
end

#invited_at::Time

Returns the value of attribute invited_at.

Returns:

  • (::Time)


919
920
921
# File 'sig/types.rbs', line 919

def invited_at
  @invited_at
end

#master_account_id::String

Returns the value of attribute master_account_id.

Returns:

  • (::String)


920
921
922
# File 'sig/types.rbs', line 920

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")


921
922
923
# File 'sig/types.rbs', line 921

def relationship_status
  @relationship_status
end

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

Returns the value of attribute tags.

Returns:

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


922
923
924
# File 'sig/types.rbs', line 922

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


923
924
925
# File 'sig/types.rbs', line 923

def updated_at
  @updated_at
end