Class: Aws::GuardDuty::Types::AccountDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::AccountDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the account.
Constant Summary collapse
- SENSITIVE =
[:email]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The member account ID.
-
#email ⇒ String
The email address of the member account.
Instance Attribute Details
#account_id ⇒ String
The member account ID.
158 159 160 161 162 163 |
# File 'lib/aws-sdk-guardduty/types.rb', line 158 class AccountDetail < Struct.new( :account_id, :email) SENSITIVE = [:email] include Aws::Structure end |
#email ⇒ String
The email address of the member account.
158 159 160 161 162 163 |
# File 'lib/aws-sdk-guardduty/types.rb', line 158 class AccountDetail < Struct.new( :account_id, :email) SENSITIVE = [:email] include Aws::Structure end |