Class: Aws::Types::CreateKxUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def client_token
  @client_token
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def environment_id
  @environment_id
end

#iam_role::String

Returns the value of attribute iam_role.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def iam_role
  @iam_role
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


241
242
243
# File 'sig/types.rbs', line 241

def tags
  @tags
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def user_name
  @user_name
end