Class: Aws::Drs::Types::Account
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::Account
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
AWS account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
Account ID of AWS account.
Instance Attribute Details
#account_id ⇒ String
Account ID of AWS account.
38 39 40 41 42 |
# File 'lib/aws-sdk-drs/types.rb', line 38 class Account < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |