Class: Aws::PartnerCentralAccount::Types::AccountSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::AccountSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralaccount/types.rb
Overview
Summary information about an AWS account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name associated with the AWS account.
Instance Attribute Details
#name ⇒ String
The name associated with the AWS account.
78 79 80 81 82 |
# File 'lib/aws-sdk-partnercentralaccount/types.rb', line 78 class AccountSummary < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |