Class: Aws::Types::SuperuserParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:email_address])

Instance Attribute Summary collapse

Instance Attribute Details

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


1013
1014
1015
# File 'sig/types.rbs', line 1013

def email_address
  @email_address
end

#first_name::String

Returns the value of attribute first_name.

Returns:

  • (::String)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def first_name
  @first_name
end

#last_name::String

Returns the value of attribute last_name.

Returns:

  • (::String)


1015
1016
1017
# File 'sig/types.rbs', line 1015

def last_name
  @last_name
end