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