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.
4321 4322 4323 4324 4325 4326 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4321 class ImpersonatedUser < Struct.new( :username, :groups) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
Information about the ‘username` that was being impersonated.
4321 4322 4323 4324 4325 4326 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4321 class ImpersonatedUser < Struct.new( :username, :groups) SENSITIVE = [] include Aws::Structure end |