Class: Aws::GuardDuty::Types::Account
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Account
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the member’s Amazon Web Services account.
-
#uid ⇒ String
ID of the member’s Amazon Web Services account.
Instance Attribute Details
#name ⇒ String
Name of the member’s Amazon Web Services account.
182 183 184 185 186 187 |
# File 'lib/aws-sdk-guardduty/types.rb', line 182 class Account < Struct.new( :uid, :name) SENSITIVE = [] include Aws::Structure end |
#uid ⇒ String
ID of the member’s Amazon Web Services account
182 183 184 185 186 187 |
# File 'lib/aws-sdk-guardduty/types.rb', line 182 class Account < Struct.new( :uid, :name) SENSITIVE = [] include Aws::Structure end |