Class: Aws::GuardDuty::Types::ImpersonatedUser
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ImpersonatedUser
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the impersonated user.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#groups ⇒ Array<String>
The ‘group` to which the user name belongs.
-
#username ⇒ String
Information about the ‘username` that was being impersonated.
Instance Attribute Details
#groups ⇒ Array<String>
The ‘group` to which the user name belongs.
4112 4113 4114 4115 4116 4117 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4112 class ImpersonatedUser < Struct.new( :username, :groups) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
Information about the ‘username` that was being impersonated.
4112 4113 4114 4115 4116 4117 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4112 class ImpersonatedUser < Struct.new( :username, :groups) SENSITIVE = [] include Aws::Structure end |