Class: Aws::GuardDuty::Types::ImpersonatedUser
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ImpersonatedUser
- Defined in:
- gems/aws-sdk-guardduty/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
groupto which the user name belongs. -
#username ⇒ String
Information about the
usernamethat was being impersonated.
Instance Attribute Details
#groups ⇒ Array<String>
The group to which the user name belongs.
6665 6666 6667 6668 6669 6670 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6665 class ImpersonatedUser < Struct.new( :username, :groups) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
Information about the username that was being impersonated.
6665 6666 6667 6668 6669 6670 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6665 class ImpersonatedUser < Struct.new( :username, :groups) SENSITIVE = [] include Aws::Structure end |