Class: Aws::Types::SignupResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_name::String

Returns the value of attribute account_name.

Returns:

  • (::String)


10615
10616
10617
# File 'sig/types.rbs', line 10615

def 
  @account_name
end

#directory_type::String

Returns the value of attribute directory_type.

Returns:

  • (::String)


10616
10617
10618
# File 'sig/types.rbs', line 10616

def directory_type
  @directory_type
end

#iam_userBoolean

Returns the value of attribute iam_user.

Returns:

  • (Boolean)


10613
10614
10615
# File 'sig/types.rbs', line 10613

def iam_user
  @iam_user
end

#user_login_name::String

Returns the value of attribute user_login_name.

Returns:

  • (::String)


10614
10615
10616
# File 'sig/types.rbs', line 10614

def 
  @user_login_name
end