Class: Aws::Types::CreateKxUserResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def environment_id
  @environment_id
end

#iam_role::String

Returns the value of attribute iam_role.

Returns:

  • (::String)


250
251
252
# File 'sig/types.rbs', line 250

def iam_role
  @iam_role
end

#user_arn::String

Returns the value of attribute user_arn.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def user_arn
  @user_arn
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def user_name
  @user_name
end