Class: Aws::Types::AwsTeamMember

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:email, :first_name, :last_name])

Instance Attribute Summary collapse

Instance Attribute Details

#business_title"AWSSalesRep", ...

Returns the value of attribute business_title.

Returns:

  • ("AWSSalesRep", "AWSAccountOwner", "WWPSPDM", "PDM", "PSM", "ISVSM")


187
188
189
# File 'sig/types.rbs', line 187

def business_title
  @business_title
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def email
  @email
end

#first_name::String

Returns the value of attribute first_name.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def first_name
  @first_name
end

#last_name::String

Returns the value of attribute last_name.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def last_name
  @last_name
end