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)


10225
10226
10227
# File 'sig/types.rbs', line 10225

def 
  @account_name
end

#directory_type::String

Returns the value of attribute directory_type.

Returns:

  • (::String)


10226
10227
10228
# File 'sig/types.rbs', line 10226

def directory_type
  @directory_type
end

#iam_userBoolean

Returns the value of attribute iam_user.

Returns:

  • (Boolean)


10223
10224
10225
# File 'sig/types.rbs', line 10223

def iam_user
  @iam_user
end

#user_login_name::String

Returns the value of attribute user_login_name.

Returns:

  • (::String)


10224
10225
10226
# File 'sig/types.rbs', line 10224

def 
  @user_login_name
end