Class: Aws::DevOpsAgent::Types::UserReference

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devopsagent/types.rb

Overview

Reference to a user in the system

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_idString

The unique identifier for the user

Returns:

  • (String)


5095
5096
5097
5098
5099
5100
# File 'lib/aws-sdk-devopsagent/types.rb', line 5095

class UserReference < Struct.new(
  :user_id,
  :user_type)
  SENSITIVE = []
  include Aws::Structure
end

#user_typeString

The type of user

Returns:

  • (String)


5095
5096
5097
5098
5099
5100
# File 'lib/aws-sdk-devopsagent/types.rb', line 5095

class UserReference < Struct.new(
  :user_id,
  :user_type)
  SENSITIVE = []
  include Aws::Structure
end