Class: Aws::PartnerCentralAccount::Types::AccountSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::AccountSummary
- Defined in:
- gems/aws-sdk-partnercentralaccount/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 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 78 class AccountSummary < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |