Class: Aws::SecurityAgent::Types::UserMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::UserMetadata
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
Contains metadata about a user member, including the username and email address.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#email ⇒ String
The email address of the user.
-
#username ⇒ String
The username of the user.
Instance Attribute Details
#email ⇒ String
The email address of the user.
4227 4228 4229 4230 4231 4232 |
# File 'lib/aws-sdk-securityagent/types.rb', line 4227 class UserMetadata < Struct.new( :username, :email) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
The username of the user.
4227 4228 4229 4230 4231 4232 |
# File 'lib/aws-sdk-securityagent/types.rb', line 4227 class UserMetadata < Struct.new( :username, :email) SENSITIVE = [] include Aws::Structure end |