Class: Aws::SecurityHub::Types::AccountDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AccountDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The details of an Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ID of an Amazon Web Services account.
-
#email ⇒ String
The email of an Amazon Web Services account.
Instance Attribute Details
#account_id ⇒ String
The ID of an Amazon Web Services account.
89 90 91 92 93 94 |
# File 'lib/aws-sdk-securityhub/types.rb', line 89 class AccountDetails < Struct.new( :account_id, :email) SENSITIVE = [] include Aws::Structure end |
#email ⇒ String
The email of an Amazon Web Services account.
89 90 91 92 93 94 |
# File 'lib/aws-sdk-securityhub/types.rb', line 89 class AccountDetails < Struct.new( :account_id, :email) SENSITIVE = [] include Aws::Structure end |