Class: Aws::DevOpsAgent::Types::UserReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::UserReference
- 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
-
#user_id ⇒ String
The unique identifier for the user.
-
#user_type ⇒ String
The type of user.
Instance Attribute Details
#user_id ⇒ String
The unique identifier for the user
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_type ⇒ String
The type of user
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 |