Class: Google::Cloud::SecurityCenter::V1::AwsMetadata::AwsAccount
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::AwsMetadata::AwsAccount
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/resource.rb
Overview
An AWS account that is a member of an organization.
Instance Attribute Summary collapse
-
#id ⇒ ::String
The unique identifier (ID) of the account, containing exactly 12 digits.
-
#name ⇒ ::String
The friendly name of this account.
Instance Attribute Details
#id ⇒ ::String
Returns The unique identifier (ID) of the account, containing exactly 12 digits.
146 147 148 149 |
# File 'proto_docs/google/cloud/securitycenter/v1/resource.rb', line 146 class AwsAccount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The friendly name of this account.
146 147 148 149 |
# File 'proto_docs/google/cloud/securitycenter/v1/resource.rb', line 146 class AwsAccount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |