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.
5085 5086 5087 5088 5089 5090 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5085 class ImpersonatedUser < Struct.new( :username, :groups) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
Information about the username that was being impersonated.
5085 5086 5087 5088 5089 5090 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5085 class ImpersonatedUser < Struct.new( :username, :groups) SENSITIVE = [] include Aws::Structure end |