Class: Aws::GuardDuty::Types::AccessKeyDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::AccessKeyDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the access keys.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_key_id ⇒ String
The access key ID of the user.
-
#principal_id ⇒ String
The principal ID of the user.
-
#user_name ⇒ String
The name of the user.
-
#user_type ⇒ String
The type of the user.
Instance Attribute Details
#access_key_id ⇒ String
The access key ID of the user.
137 138 139 140 141 142 143 144 |
# File 'lib/aws-sdk-guardduty/types.rb', line 137 class AccessKeyDetails < Struct.new( :access_key_id, :principal_id, :user_name, :user_type) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
The principal ID of the user.
137 138 139 140 141 142 143 144 |
# File 'lib/aws-sdk-guardduty/types.rb', line 137 class AccessKeyDetails < Struct.new( :access_key_id, :principal_id, :user_name, :user_type) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
The name of the user.
137 138 139 140 141 142 143 144 |
# File 'lib/aws-sdk-guardduty/types.rb', line 137 class AccessKeyDetails < Struct.new( :access_key_id, :principal_id, :user_name, :user_type) SENSITIVE = [] include Aws::Structure end |
#user_type ⇒ String
The type of the user.
137 138 139 140 141 142 143 144 |
# File 'lib/aws-sdk-guardduty/types.rb', line 137 class AccessKeyDetails < Struct.new( :access_key_id, :principal_id, :user_name, :user_type) SENSITIVE = [] include Aws::Structure end |