Class: Aws::GuardDuty::Types::AccountDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::AccountDetail
- Defined in:
- gems/aws-sdk-guardduty/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.
201 202 203 204 205 206 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 201 class AccountDetail < Struct.new( :account_id, :email) SENSITIVE = [:email] include Aws::Structure end |
#email ⇒ String
The email address of the member account.
201 202 203 204 205 206 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 201 class AccountDetail < Struct.new( :account_id, :email) SENSITIVE = [:email] include Aws::Structure end |